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:
parent
556d4852f9
commit
160dfbd4ad
@ -341,6 +341,8 @@ enableAllRules = true
|
||||
Disabled = true
|
||||
[rule.function-length]
|
||||
Disabled = true
|
||||
[rule.banned-characters]
|
||||
Disabled = true
|
||||
|
||||
# Rule tuning
|
||||
[rule.argument-limit]
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user