mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-15 11:40:43 +00:00
edd9ed4dcb
Change-Id: Ie0f7ea20c9f79a005a253b41c120ed40d884a1b8
26 lines
390 B
YAML
26 lines
390 B
YAML
# See https://www.mediawiki.org/wiki/Manual:Coding_conventions/Ruby
|
|
|
|
AllCops:
|
|
StyleGuideCopsOnly: true
|
|
|
|
Metrics/MethodLength:
|
|
Enabled: false
|
|
|
|
Style/Alias:
|
|
Enabled: false
|
|
|
|
Style/SignalException:
|
|
Enabled: false
|
|
|
|
Style/TrivialAccessors:
|
|
ExactNameMatch: true
|
|
|
|
Style/StringLiterals:
|
|
EnforcedStyle: single_quotes
|
|
|
|
Style/AsciiComments:
|
|
Enabled: false
|
|
|
|
Metrics/LineLength:
|
|
Max: 130
|