From 80e8ce856c8b9305327db1038f356b2b62da10bb Mon Sep 17 00:00:00 2001 From: Azul Date: Wed, 25 May 2016 12:59:29 +0200 Subject: rubocop: disable EndAlignment cop permanently we use end; end to end nested modules. --- .rubocop.yml | 4 ++++ .rubocop_todo.yml | 7 ------- 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: -- cgit v1.2.3