Skip to content

Commit

Permalink
Remove redundant bits of config in rubocop.yml
Browse files Browse the repository at this point in the history
None of this leads to any linting errors.
  • Loading branch information
Ben Thorner committed Nov 9, 2021
1 parent b0f91bd commit 35f733d
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 35f733d

Please sign in to comment.