Math/.rubocop.yml

24 lines
356 B
YAML
Raw Normal View History

inherit_from: .rubocop_todo.yml
AllCops:
StyleGuideCopsOnly: true
Metrics/LineLength:
Max: 100
Metrics/MethodLength:
Enabled: false
Style/Alias:
Enabled: false
Style/SignalException:
Enabled: false
# TODO: uncomment when the time comes
# Style/StringLiterals:
# EnforcedStyle: single_quotes
Style/TrivialAccessors:
ExactNameMatch: true