aboutsummaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index ace564d..cd25bfe 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -112,3 +112,10 @@ Naming/MethodParameterName:
Minitest/MultipleAssertions:
Max: 5
+
+#
+# Rails
+#
+
+Rails/HelperInstanceVariable:
+ Enabled: false