Disable Naming/AccessorMethodName rule

Most cases of Naming/AccessorMethodName are false positives
This commit is contained in:
syeopite 2024-07-11 21:15:45 -07:00
parent c45e710845
commit 8d9723d43c
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ Style/ParenthesesAroundCondition:
Naming/QueryBoolMethods:
Enabled: false
Naming/AccessorMethodName:
Enabled: false
# Hides TODO comment warnings.
#
# Call `bin/ameba --only Documentation/DocumentationAdmonition` to