summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 503bc17..652bfba 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -8,3 +8,7 @@ Style/HashSyntax:
Lint/DeprecatedClassMethods:
Enabled: true
+
+# complains about our nested module end; end style
+Lint/EndAlignment:
+ Enabled: false