mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/PdfHandler
synced 2024-11-12 01:18:26 +00:00
6dc07c119a
See: https://github.com/bbatsov/ruby-style-guide#consistent-string-literals Bug: T117986 Change-Id: I60b1598831bbe9fe84c40bf82434cfd22cdd7eff
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
|