From 2e0f5b7dd69b144b690aff9f62160a5febb50d07 Mon Sep 17 00:00:00 2001 From: Anton Ivanov Date: Sun, 28 Jun 2020 09:42:02 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BA=D0=BB=D1=8E=D1=87=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=D0=BE=20"=D0=97?= =?UTF-8?q?=D0=B0=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B8=D1=80?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=D0=BD=D0=BD=D1=8B=D0=B9=20=D1=84=D1=80=D0=B0?= =?UTF-8?q?=D0=B3=D0=BC=D0=B5=D0=BD=D1=82=20=D0=BA=D0=BE=D0=B4=D0=B0"=20?= =?UTF-8?q?=D0=B8=20=D1=83=D0=B2=D0=B5=D0=BB=D0=B8=D0=BB=D0=B8=D1=87=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BD=D0=BE=D0=BC=D0=B5=D1=80=20=D1=80=D0=B5=D0=BB?= =?UTF-8?q?=D0=B8=D0=B7=D0=B0=20=D0=B2=20=D0=BD=D0=B0=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=BE=D0=B9=D0=BA=D0=B0=D1=85=20=D1=81=D0=BE=D0=BD=D0=B0=D1=80?= =?UTF-8?q?=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bsl-language-server.json | 3 ++- sonar-project.properties | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.bsl-language-server.json b/.bsl-language-server.json index f279cb5a9..56e4ef744 100644 --- a/.bsl-language-server.json +++ b/.bsl-language-server.json @@ -12,7 +12,8 @@ "listForCheckLeft": "", "allowMultipleCommas": true, "listForCheckLeftAndRight": "+ - * / = % < > <> <= >=" - } + }, + "CommentedCode" : false } } } \ No newline at end of file diff --git a/sonar-project.properties b/sonar-project.properties index f2f32f441..0cffea112 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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