From 51ccc233078f1bcccc0dd9aa71b9acd6fc76251c Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Thu, 4 Jul 2019 14:43:46 +0200 Subject: [PATCH] Maintenance: Removed unneeded 'Special exceptions' of rubocop cops. --- .rubocop.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index b5ae44841..a49e015c3 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -262,17 +262,3 @@ Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Include: - "**/*_spec.rb" - -# Special exceptions - -Style/HashSyntax: - Exclude: - - "**/*.rake" - -Rails/Exit: - Exclude: - - "config/initializers/*.rb" - -Rails/Output: - Exclude: - - "config/initializers/*.rb"