Update OOjs UI to v0.9.1
[mediawiki.git] / .rubocop.yml
blob3f1af395be14aa125ad2c4b533660381805a47c3
1 inherit_from: .rubocop_todo.yml
3 AllCops:
4     Exclude:
5         - 'extensions/**/*'
6         - 'skins/**/*'
7         - 'tests/frontend/node_modules/**/*'
8         - 'vendor/**/*'
10 AllCops:
11   StyleGuideCopsOnly: true
13 Metrics/LineLength:
14   Max: 100
16 Metrics/MethodLength:
17   Enabled: false
19 Style/Alias:
20   Enabled: false
22 Style/SignalException:
23   Enabled: false
25 Style/StringLiterals:
26   EnforcedStyle: single_quotes
28 Style/TrivialAccessors:
29   ExactNameMatch: true