mediawiki-extensions-Echo/.rubocop.yml
Željko Filipin 832b1b7d99 Update RuboCop Ruby gem
Bug: T180878
Change-Id: Ie12965e4ca22731f84e9f22a4d96bf90cf63063a
2017-12-04 16:38:56 +01:00

23 lines
315 B
YAML

inherit_from: .rubocop_todo.yml
AllCops:
StyleGuideCopsOnly: true
Metrics/LineLength:
Max: 100
Metrics/MethodLength:
Enabled: false
Style/Alias:
Enabled: false
Style/SignalException:
Enabled: false
Style/StringLiterals:
EnforcedStyle: single_quotes
Style/TrivialAccessors:
ExactNameMatch: true