mirror of
https://github.com/Stepa86/jenkins-pipeline-1C-to-sonar.git
synced 2026-06-18 20:15:02 +02:00
fix: bsl-language-server.conf
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/1c-syntax/bsl-language-server/master/src/main/resources/org/github/_1c_syntax/bsl/languageserver/configuration/schema.json",
|
||||
"computeDiagnostics": "onType",
|
||||
"diagnosticLanguage": "ru",
|
||||
"diagnostics": {
|
||||
"LineLength": {
|
||||
"maxLineLength": 140,
|
||||
"TernaryOperatorUsage":true
|
||||
}
|
||||
"TernaryOperatorUsage": true,
|
||||
"MissingSpace": false,
|
||||
"MagicNumber": {
|
||||
"authorizedNumbers": "-1,0,1,2,100"
|
||||
},
|
||||
"LineLength": {
|
||||
"maxLineLength": 140
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user