summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.rubocop.yml4
-rw-r--r--.rubocop_todo.yml7
2 files changed, 4 insertions, 7 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
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 6f7fb89..533d31d 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -18,13 +18,6 @@ Lint/AssignmentInCondition:
- 'Rakefile'
- 'lib/nickserver/daemon.rb'
-# Offense count: 11
-# Cop supports --auto-correct.
-# Configuration parameters: AlignWith, SupportedStyles, AutoCorrect.
-# SupportedStyles: keyword, variable, start_of_line
-Lint/EndAlignment:
- Enabled: false
-
# Offense count: 1
Lint/Eval:
Exclude: