mirror of
https://github.com/Stepa86/jenkins-pipeline-1C-to-sonar.git
synced 2024-11-27 08:31:05 +02:00
10 lines
317 B
Plaintext
10 lines
317 B
Plaintext
{
|
|
"$schema": "https://raw.githubusercontent.com/1c-syntax/bsl-language-server/master/src/main/resources/org/github/_1c_syntax/bsl/languageserver/configuration/schema.json",
|
|
"diagnosticLanguage": "ru",
|
|
"diagnostics": {
|
|
"LineLength": {
|
|
"maxLineLength": 140,
|
|
"TernaryOperatorUsage":true
|
|
}
|
|
}
|
|
} |