Skip to content

Commit 831e402

Browse files
committed
ci: Настройки BSL LS
1 parent 94d4b04 commit 831e402

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.bsl-language-server.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"$schema": "https://1c-syntax.github.io/bsl-language-server/configuration/schema.json",
3+
"language": "ru",
4+
"diagnostics": {
5+
"computeTrigger": "onType",
6+
"parameters": {
7+
"LineLength": {
8+
"maxLineLength": 140
9+
},
10+
"MethodSize": false,
11+
"CommonModuleVariables": false,
12+
"NestedFunctionInParameters": false,
13+
"Typo": {
14+
"userWordsToIgnore": "Репозитарий,репозитарий,репозитарии,репозитарию,репозитария,коммит,Коммита,коммита,Юнит"
15+
}
16+
}
17+
}
18+
}

0 commit comments

Comments
 (0)