Skip to content

Commit

Permalink
fix documentation (#730)
Browse files Browse the repository at this point in the history
An entry was missing since banned-characters was added

Closes #729
  • Loading branch information
ccoVeille committed Aug 8, 2022
1 parent 556d485 commit 160dfbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -341,6 +341,8 @@ enableAllRules = true
Disabled = true
[rule.function-length]
Disabled = true
[rule.banned-characters]
Disabled = true

# Rule tuning
[rule.argument-limit]
Expand Down
2 changes: 1 addition & 1 deletion RULES_DESCRIPTIONS.md
Expand Up @@ -123,7 +123,7 @@ _Configuration_: N/A

_Description_: Checks given banned characters in identifiers(func, var, const). Comments are not checked.

_Configuration_: This rule accepts a slice of strings, the characters to ban.
_Configuration_: This rule requires a slice of strings, the characters to ban.

Example:

Expand Down

0 comments on commit 160dfbd

Please sign in to comment.