Clean up test.toml

This commit is contained in:
Denis Bilenko 2025-02-10 23:39:37 +01:00
parent 1077882b05
commit a7edd65932
2 changed files with 5 additions and 6 deletions

View File

@ -1,6 +0,0 @@
Badness = 'Deploy to prod failed but error message is empty'
[[Repls]]
# Windows paths inside JSON:
Old = 'resources\\\\'
New = 'resources/'

View File

@ -11,3 +11,8 @@ New = '[TIMESTAMP]'
# + "jupyter.interactiveWindow.cellMarker.codeRegex": "^# COMMAND ----------|^# Databricks notebook source|^(#//s*%%|#//s*//<codecell//>|#//s*In//[//d*?//]|#//s*In//[ //])", # + "jupyter.interactiveWindow.cellMarker.codeRegex": "^# COMMAND ----------|^# Databricks notebook source|^(#//s*%%|#//s*//<codecell//>|#//s*In//[//d*?//]|#//s*In//[ //])",
Old = '#\\s' Old = '#\\s'
New = '#//s' New = '#//s'
[[Repls]]
# Windows paths inside JSON:
Old = 'resources\\\\'
New = 'resources/'