On missing php-xml, don't mention Mandrake explicitly in the installer
[mediawiki.git] / .rubocop.yml
blob61ffc1a04425f47f030c712f4ea6a9a0830a3342
1 AllCops:
2   Exclude:
3     - 'extensions/**/*'
4     - 'skins/**/*'
5     - 'tests/frontend/node_modules/**/*'
6     - 'vendor/**/*'
7   StyleGuideCopsOnly: true
9 Metrics/LineLength:
10   Max: 100
12 Metrics/MethodLength:
13   Enabled: false
15 Style/Alias:
16   Enabled: false
18 Style/SignalException:
19   Enabled: false
21 Style/StringLiterals:
22   EnforcedStyle: single_quotes
24 Style/TrivialAccessors:
25   ExactNameMatch: true