Skip to content

Commit 775bbf0

Browse files
committed
precommit
1 parent f7ec65c commit 775bbf0

File tree

145 files changed

+307
-307
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+307
-307
lines changed

docs/en/diagnostics/AllFunctionPathMustHaveReturn.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# All execution paths of a function must have a Return statement (AllFunctionPathMustHaveReturn)
22

3-
| Type | Scope | Severity | Activated<br>by default | Minutes<br>to fix | Tags |
3+
| Type | Scope | Severity | Activated<br>by default | Minutes<br>to fix | Tags |
44
|:------------:|:-------------------:|:--------:|:-----------------------------:|:-----------------------:|:------------------------------------------------------------:|
5-
| `Code smell` | `BSL`<br>`OS` | `Major` | `Yes` | `1` | `unpredictable`<br>`badpractice`<br>`suspicious` |
5+
| `Code smell` | `BSL`<br>`OS` | `Major` | `Yes` | `1` | `unpredictable`<br>`badpractice`<br>`suspicious` |
66

77
## Parameters
88

99

10-
| Name | Type | Description | Default value |
11-
|:--------------------------:|:---------:|:-------------------------------------------------------------------------------------------------------------------:|:-------------:|
12-
| `loopsExecutedAtLeastOnce` | `Boolean` | `Assume loops are executed at least once` | `true` |
13-
| `ignoreMissingElseOnExit` | `Boolean` | `Ignore ElIf clauses which has no Else branch. Disable to detect exits from ElIf condition which results to False.` | `false` |
10+
| Name | Type | Description | Default value |
11+
|:--------------------------:|:---------:|:------------------------------------------------------------------------------------------------------------------:|:-------------:|
12+
| `loopsExecutedAtLeastOnce` | `Boolean` | `Assume loops are executed at least once` | `true` |
13+
| `ignoreMissingElseOnExit` | `Boolean` | `Ignore ElIf clauses which has no Else branch. Disable to detect exits from ElIf condition which results to False` | `false` |
1414
<!-- Блоки выше заполняются автоматически, не трогать -->
1515
## Description
1616
Functions should not have an implicit return. If control reaches the EndFunction line function returns an Undefined value.

docs/en/diagnostics/AssignAliasFieldsInQuery.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Assigning aliases to selected fields in a query (AssignAliasFieldsInQuery)
22

3-
| Type | Scope | Severity | Activated<br>by default | Minutes<br>to fix | Tags |
3+
| Type | Scope | Severity | Activated<br>by default | Minutes<br>to fix | Tags |
44
|:------------:|:-----:|:--------:|:-----------------------------:|:-----------------------:|:------------------------------------------------:|
5-
| `Code smell` | `BSL` | `Major` | `Yes` | `1` | `standard`<br>`sql`<br>`badpractice` |
5+
| `Code smell` | `BSL` | `Major` | `Yes` | `1` | `standard`<br>`sql`<br>`badpractice` |
66

77
<!-- Блоки выше заполняются автоматически, не трогать -->
88
## Description

docs/en/diagnostics/BeginTransactionBeforeTryCatch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Violating transaction rules for the 'BeginTransaction' method (BeginTransactionBeforeTryCatch)
22

3-
| Type | Scope | Severity | Activated<br>by default | Minutes<br>to fix | Tags |
3+
| Type | Scope | Severity | Activated<br>by default | Minutes<br>to fix | Tags |
44
|:-------:|:-------------------:|:--------:|:-----------------------------:|:-----------------------:|:----------:|
5-
| `Error` | `BSL`<br>`OS` | `Major` | `Yes` | `10` | `standard` |
5+
| `Error` | `BSL`<br>`OS` | `Major` | `Yes` | `10` | `standard` |
66

77
<!-- Блоки выше заполняются автоматически, не трогать -->
88
## Description

docs/en/diagnostics/CachedPublic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Cached public methods (CachedPublic)
22

3-
| Type | Scope | Severity | Activated<br>by default | Minutes<br>to fix | Tags |
3+
| Type | Scope | Severity | Activated<br>by default | Minutes<br>to fix | Tags |
44
|:------------:|:-----:|:--------:|:-----------------------------:|:-----------------------:|:----------------------------:|
5-
| `Code smell` | `BSL` | `Major` | `Yes` | `5` | `standard`<br>`design` |
5+
| `Code smell` | `BSL` | `Major` | `Yes` | `5` | `standard`<br>`design` |
66

77
<!-- Блоки выше заполняются автоматически, не трогать -->
88
## Description

docs/en/diagnostics/CanonicalSpellingKeywords.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Canonical keyword writing (CanonicalSpellingKeywords)
22

3-
| Type | Scope | Severity | Activated<br>by default | Minutes<br>to fix | Tags |
3+
| Type | Scope | Severity | Activated<br>by default | Minutes<br>to fix | Tags |
44
|:------------:|:-------------------:|:--------:|:-----------------------------:|:-----------------------:|:----------:|
5-
| `Code smell` | `BSL`<br>`OS` | `Info` | `Yes` | `1` | `standard` |
5+
| `Code smell` | `BSL`<br>`OS` | `Info` | `Yes` | `1` | `standard` |
66

77
<!-- Блоки выше заполняются автоматически, не трогать -->
88
## Description

docs/en/diagnostics/CodeAfterAsyncCall.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Lines of code after the asynchronous method call (CodeAfterAsyncCall)
22

3-
| Type | Scope | Severity | Activated<br>by default | Minutes<br> to fix | Tags |
4-
|:------------:|:-----:|:--------:|:-----------------------------:|:------------------------:|:------------:|
5-
| `Code smell` | `BSL` | `Major` | `No` | `10` | `suspicious` |
3+
| Type | Scope | Severity | Activated<br>by default | Minutes<br>to fix | Tags |
4+
|:------------:|:-----:|:--------:|:-----------------------------:|:-----------------------:|:------------:|
5+
| `Code smell` | `BSL` | `Major` | `No` | `10` | `suspicious` |
66

77
<!-- Блоки выше заполняются автоматически, не трогать -->
88
## Description

docs/en/diagnostics/CodeBlockBeforeSub.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Method definitions must be placed before the module body operators (CodeBlockBeforeSub)
22

3-
| Type | Scope | Severity | Activated<br>by default | Minutes<br>to fix | Tags |
3+
| Type | Scope | Severity | Activated<br>by default | Minutes<br>to fix | Tags |
44
|:-------:|:-------------------:|:---------:|:-----------------------------:|:-----------------------:|:-------:|
5-
| `Error` | `BSL`<br>`OS` | `Blocker` | `Yes` | `5` | `error` |
5+
| `Error` | `BSL`<br>`OS` | `Blocker` | `Yes` | `5` | `error` |
66

77
<!-- Блоки выше заполняются автоматически, не трогать -->
88
## Description

docs/en/diagnostics/CodeOutOfRegion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Code out of region (CodeOutOfRegion)
22

3-
| Type | Scope | Severity | Activated<br>by default | Minutes<br>to fix | Tags |
3+
| Type | Scope | Severity | Activated<br>by default | Minutes<br>to fix | Tags |
44
|:------------:|:-----:|:--------:|:-----------------------------:|:-----------------------:|:----------:|
55
| `Code smell` | `BSL` | `Info` | `Yes` | `1` | `standard` |
66

docs/en/diagnostics/CognitiveComplexity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Cognitive complexity (CognitiveComplexity)
22

3-
| Type | Scope | Severity | Activated<br>by default | Minutes<br>to fix | Tags |
3+
| Type | Scope | Severity | Activated<br>by default | Minutes<br>to fix | Tags |
44
|:------------:|:-------------------:|:----------:|:-----------------------------:|:-----------------------:|:---------------:|
5-
| `Code smell` | `BSL`<br>`OS` | `Critical` | `Yes` | `15` | `brainoverload` |
5+
| `Code smell` | `BSL`<br>`OS` | `Critical` | `Yes` | `15` | `brainoverload` |
66

77
## Parameters
88

docs/en/diagnostics/CommandModuleExportMethods.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Export methods in command and general command modules (CommandModuleExportMethods)
22

3-
| Type | Scope | Severity | Activated<br>by default | Minutes<br>to fix | Tags |
3+
| Type | Scope | Severity | Activated<br>by default | Minutes<br>to fix | Tags |
44
|:------------:|:-----:|:--------:|:-----------------------------:|:-----------------------:|:----------------------------:|
5-
| `Code smell` | `BSL` | `Info` | `Yes` | `1` | `standard`<br>`clumsy` |
5+
| `Code smell` | `BSL` | `Info` | `Yes` | `1` | `standard`<br>`clumsy` |
66

77
<!-- Блоки выше заполняются автоматически, не трогать -->
88
## Description

0 commit comments

Comments
 (0)