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: