mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 01:10:07 +00:00
8afe4c1c15
Bug: T114095 Change-Id: I598e4782e97c7b571f92a802c816db6567169d1d
21 lines
282 B
YAML
21 lines
282 B
YAML
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
|