1
0
mirror of https://github.com/BlizD/Tasks.git synced 2025-03-17 20:58:01 +02:00

Отключил правило "Закомментированный фрагмент кода" и увелиличил номер релиза в настройках сонара.

This commit is contained in:
Anton Ivanov 2020-06-28 09:42:02 +03:00
parent f7a112ed7d
commit 2e0f5b7dd6
2 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,8 @@
"listForCheckLeft": "",
"allowMultipleCommas": true,
"listForCheckLeftAndRight": "+ - * / = % < > <> <= >="
}
},
"CommentedCode" : false
}
}
}

View File

@ -8,4 +8,4 @@ sonar.inclusions=**/*.bsl
sonar.scm.enabled=true
sonar.scm.provider=git
sonar.projectVersion=1.0.5.001
sonar.projectVersion=1.0.5.003