This commit is contained in:
James Mason 2018-03-30 13:46:28 +00:00 committed by GitHub
commit 81f9b72447
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View file

@ -3,6 +3,7 @@ inherit_from: .rubocop_todo.yml
# Apply rule to all cops
AllCops:
TargetRubyVersion: 2.4
Include:
- '**/Rakefile'
- '**/config.ru'

View file

@ -710,3 +710,12 @@ Style/TrailingCommaInLiteral:
- 'Guardfile'
- 'db/migrate/20140701123203_add_events_per_week_to_conference.rb'
- 'spec/models/conference_spec.rb'
# for ruby 3.0
Style/FrozenStringLiteralComment:
Enabled: false
Style/NumericPredicate:
Enabled: false
Style/SafeNavigation:
Enabled: false