1
0

Запуск синтаксического контроля

This commit is contained in:
Nikita Gryzlov
2020-04-17 12:01:43 +03:00
parent 40fc1b4cc8
commit 66ac4b10c9
9 changed files with 128 additions and 11 deletions

View File

@@ -36,6 +36,7 @@ class ConfigurationReaderTest {
.hasFieldOrPropertyWithValue("storage", "1234")
.hasFieldOrPropertyWithValue("storagePath", "UNKNOWN_ID")
;
assertThat(jobConfiguration.getSyntaxCheckOptions().getCheckModes()).hasSize(1);
}
}

View File

@@ -2,5 +2,9 @@
"v8version": "8.3.14.1944",
"secrets": {
"storage": "1234"
},
"syntaxCheck": {
"enabled": true,
"checkModes": ["-ThinClient"]
}
}