Disable Naming/AccessorMethodName rule
Most cases of Naming/AccessorMethodName are false positives
This commit is contained in:
parent
c45e710845
commit
8d9723d43c
|
@ -41,6 +41,9 @@ Style/ParenthesesAroundCondition:
|
||||||
Naming/QueryBoolMethods:
|
Naming/QueryBoolMethods:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
|
Naming/AccessorMethodName:
|
||||||
|
Enabled: false
|
||||||
|
|
||||||
# Hides TODO comment warnings.
|
# Hides TODO comment warnings.
|
||||||
#
|
#
|
||||||
# Call `bin/ameba --only Documentation/DocumentationAdmonition` to
|
# Call `bin/ameba --only Documentation/DocumentationAdmonition` to
|
||||||
|
|
Loading…
Reference in New Issue