mirror of
https://github.com/mgechev/revive.git
synced 2025-02-01 13:07:44 +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
|
Disabled = true
|
||||||
[rule.function-length]
|
[rule.function-length]
|
||||||
Disabled = true
|
Disabled = true
|
||||||
|
[rule.banned-characters]
|
||||||
|
Disabled = true
|
||||||
|
|
||||||
# Rule tuning
|
# Rule tuning
|
||||||
[rule.argument-limit]
|
[rule.argument-limit]
|
||||||
|
@ -123,7 +123,7 @@ _Configuration_: N/A
|
|||||||
|
|
||||||
_Description_: Checks given banned characters in identifiers(func, var, const). Comments are not checked.
|
_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:
|
Example:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user