From 35f733d74cad1ad0c87862328b1efe9398b09606 Mon Sep 17 00:00:00 2001 From: Ben Thorner Date: Tue, 9 Nov 2021 17:28:33 +0000 Subject: [PATCH] Remove redundant bits of config in rubocop.yml None of this leads to any linting errors. --- .rubocop.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 5f99bab4..fc547ba5 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -9,28 +9,6 @@ inherit_mode: AllCops: TargetRubyVersion: 2.5 - Exclude: - - bin/**/* - - config.ru - - db/schema.rb - - vendor/**/* - - vendor/bundle/**/* - -Metrics/BlockLength: - Exclude: - - 'config/routes.rb' - - 'lib/tasks/**/*.rake' - - 'spec/**/*.rb' - -Style/FormatStringToken: - Exclude: - - "config/routes.rb" - -Rails/OutputSafety: - Enabled: false - -Rails/FilePath: - EnforcedStyle: slashes Rails/SaveBang: AllowedReceivers: