repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added release notes for 'ContentHandler::runLegacyHooks' removal
[mediawiki.git]
/
.rubocop.yml
blob
5b6c3f2dc622a1b439b1789e960cf89e57573fc7
1
AllCops:
2
Exclude:
3
- 'extensions/**/*'
4
- 'node_modules/**/*'
5
- 'skins/**/*'
6
- 'tests/frontend/node_modules/**/*'
7
- 'vendor/**/*'
8
StyleGuideCopsOnly: true
9
10
Metrics/LineLength:
11
Max: 100
12
13
Metrics/MethodLength:
14
Enabled: false
15
16
Style/Alias:
17
Enabled: false
18
19
Style/SignalException:
20
Enabled: false
21
22
Style/StringLiterals:
23
EnforcedStyle: single_quotes
24
25
Style/TrivialAccessors:
26
ExactNameMatch: true