diff --git a/.rubocop.yml b/.rubocop.yml index 55b842082..feaf4db68 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -49,10 +49,6 @@ Style/NilComparison: Exclude: - 'spec/**/*' -# allow comment out code with vim NerdCommenter -Style/CommentIndentation: - Enabled: false - # No need to force reduce to use |a, e| as parameters. # Configuration parameters: Methods. Style/SingleLineBlockParams: