Merge d41258bb90 into 30ba7b133b
This commit is contained in:
commit
81f9b72447
2 changed files with 10 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ inherit_from: .rubocop_todo.yml
|
||||||
|
|
||||||
# Apply rule to all cops
|
# Apply rule to all cops
|
||||||
AllCops:
|
AllCops:
|
||||||
|
TargetRubyVersion: 2.4
|
||||||
Include:
|
Include:
|
||||||
- '**/Rakefile'
|
- '**/Rakefile'
|
||||||
- '**/config.ru'
|
- '**/config.ru'
|
||||||
|
|
|
||||||
|
|
@ -710,3 +710,12 @@ Style/TrailingCommaInLiteral:
|
||||||
- 'Guardfile'
|
- 'Guardfile'
|
||||||
- 'db/migrate/20140701123203_add_events_per_week_to_conference.rb'
|
- 'db/migrate/20140701123203_add_events_per_week_to_conference.rb'
|
||||||
- 'spec/models/conference_spec.rb'
|
- 'spec/models/conference_spec.rb'
|
||||||
|
|
||||||
|
|
||||||
|
# for ruby 3.0
|
||||||
|
Style/FrozenStringLiteralComment:
|
||||||
|
Enabled: false
|
||||||
|
Style/NumericPredicate:
|
||||||
|
Enabled: false
|
||||||
|
Style/SafeNavigation:
|
||||||
|
Enabled: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue