1
0
mirror of https://github.com/mgechev/revive.git synced 2025-01-06 03:04:06 +02:00

fix documentation (#730)

An entry was missing since banned-characters was added

Closes #729
This commit is contained in:
ccoVeille 2022-08-08 13:21:09 +02:00 committed by GitHub
parent 556d4852f9
commit 160dfbd4ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -341,6 +341,8 @@ enableAllRules = true
Disabled = true
[rule.function-length]
Disabled = true
[rule.banned-characters]
Disabled = true
# Rule tuning
[rule.argument-limit]

View File

@ -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: