Skip to content

Commit

Permalink
Подключил новую версию bslls-dev-tools и перегенерировал индекс диагн…
Browse files Browse the repository at this point in the history
…остик
  • Loading branch information
theshadowco committed Nov 11, 2020
1 parent 5b2882d commit 656bb9f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
id("com.github.ben-manes.versions") version "0.33.0"
id("io.freefair.javadoc-links") version "5.2.1"
id("org.springframework.boot") version "2.3.5.RELEASE"
id("com.github.1c-syntax.bslls-dev-tools") version "0.3.1"
id("com.github.1c-syntax.bslls-dev-tools") version "0.3.2"
}

apply(plugin = "io.spring.dependency-management")
Expand Down
6 changes: 3 additions & 3 deletions docs/diagnostics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

Общее количество: **127**

* Дефект кода: **82**
* Уязвимость: **3**
* Ошибка: **38**
* Потенциальная уязвимость: **4**
Уязвимость: **3**
Ошибка: **38**
Дефект кода: **82****

| Ключ | Название | Включена по умолчанию | Важность | Тип | Тэги |
| --- | --- | :-: | --- | --- | --- |
Expand Down
6 changes: 3 additions & 3 deletions docs/en/diagnostics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ To escape individual sections of code or files from triggering diagnostics, you

Total: **127**

* Error: **38**
* Code smell: **82**
* Vulnerability: **3**
* Security Hotspot: **4**
Vulnerability: **3**
Error: **38**
Code smell: **82****

| Key | Name| Enabled by default | Severity | Type | Tags |
| --- | --- | :-: | --- | --- | --- |
Expand Down
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ pluginManagement {
repositories {
gradlePluginPortal()
maven(url = "https://jitpack.io")
mavenLocal()
}
}

0 comments on commit 656bb9f

Please sign in to comment.