summaryrefslogtreecommitdiffstats
path: root/.ameba.yml
diff options
context:
space:
mode:
authorsyeopite <syeopite@syeopite.dev>2024-07-11 21:15:45 -0700
committersyeopite <syeopite@syeopite.dev>2024-07-11 21:15:45 -0700
commit8d9723d43c2724df377efc65284a16faa4e08446 (patch)
tree7f55d46f6f8eb50d86021dd652564f418700b76f /.ameba.yml
parentc45e71084583bcb01763a560ff83ed4afaaa7ec1 (diff)
downloadinvidious-8d9723d43c2724df377efc65284a16faa4e08446.tar.gz
invidious-8d9723d43c2724df377efc65284a16faa4e08446.tar.bz2
invidious-8d9723d43c2724df377efc65284a16faa4e08446.zip
Disable Naming/AccessorMethodName rule
Most cases of Naming/AccessorMethodName are false positives
Diffstat (limited to '.ameba.yml')
-rw-r--r--.ameba.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.ameba.yml b/.ameba.yml
index 1911a47b..1cd58657 100644
--- a/.ameba.yml
+++ b/.ameba.yml
@@ -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