mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-13 18:06:57 +00:00
e66875ef51
Regenerated TODO file and copied recommended configuration from https://www.mediawiki.org/wiki/Manual:Coding_conventions/Ruby#Base_confi guration Bug: T117984 Change-Id: I28c98a93b9385dd81d62b11fbf11069fcdb2c06c
25 lines
418 B
YAML
25 lines
418 B
YAML
inherit_from: .rubocop_todo.yml
|
|
|
|
AllCops:
|
|
# Only enforce rules that have an entry in the style guide
|
|
StyleGuideCopsOnly: true
|
|
|
|
# uncomment when the offense is fixed
|
|
# 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
|