summaryrefslogtreecommitdiffstats
path: root/.ameba.yml
diff options
context:
space:
mode:
authorsyeopite <syeopite@syeopite.dev>2024-07-17 12:17:05 -0700
committersyeopite <syeopite@syeopite.dev>2024-07-17 12:17:05 -0700
commit76ab51e219e26f118604a424d2cd62e3425786b5 (patch)
tree3b36a01631a43f64c356053d2952c4866a36fba5 /.ameba.yml
parent8d9723d43c2724df377efc65284a16faa4e08446 (diff)
downloadinvidious-76ab51e219e26f118604a424d2cd62e3425786b5.tar.gz
invidious-76ab51e219e26f118604a424d2cd62e3425786b5.tar.bz2
invidious-76ab51e219e26f118604a424d2cd62e3425786b5.zip
Ameba: Disable Naming/BlockParameterName
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 1cd58657..39a0965e 100644
--- a/.ameba.yml
+++ b/.ameba.yml
@@ -44,6 +44,9 @@ Naming/QueryBoolMethods:
Naming/AccessorMethodName:
Enabled: false
+Naming/BlockParameterName:
+ Enabled: false
+
# Hides TODO comment warnings.
#
# Call `bin/ameba --only Documentation/DocumentationAdmonition` to