Skip to content

Commit

Permalink
Изменение формата
Browse files Browse the repository at this point in the history
  • Loading branch information
asosnoviy committed Jun 9, 2020
1 parent 9a56f50 commit 68529b3
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions .bsl-language-server.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
{
"$schema": "https://raw.githubusercontent.com/1c-syntax/bsl-language-server/master/src/main/resources/com/github/_1c_syntax/bsl/languageserver/configuration/schema.json",
"diagnosticLanguage": "ru",
"computeDiagnosticsTrigger": "onSave",
"language": "ru",
"diagnostics": {
"LineLength": {
"maxLineLength": 150
},
"CognitiveComplexity": {
"complexityThreshold": 30,
"checkModuleBody" : true
},
"CyclomaticComplexity": {
"complexityThreshold": 30
},
"MissingSpace" : {
"allowMultipleCommas" : true
},
"IfElseDuplicatedCodeBlock": false,
"IfElseIfEndsWithElse": false,
"NumberOfOptionalParams": {
"maxOptionalParamsCount": 5
},
"GetFormMethod": false
"computeTrigger": "onSave",
"parameters": {
"LineLength": {
"maxLineLength": 150
},
"CognitiveComplexity": {
"complexityThreshold": 30,
"checkModuleBody": true
},
"CyclomaticComplexity": {
"complexityThreshold": 30
},
"MissingSpace": {
"allowMultipleCommas": true
},
"IfElseDuplicatedCodeBlock": false,
"IfElseIfEndsWithElse": false,
"NumberOfOptionalParams": {
"maxOptionalParamsCount": 5
},
"GetFormMethod": false
}
}
}

0 comments on commit 68529b3

Please sign in to comment.