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
Don't alias tt special pages to titles with double underscore
[mediawiki.git]
/
.rubocop.yml
blob
c04818e2055d6fd76b59cab957893657da14aaf5
1
inherit_from: .rubocop_todo.yml
2
3
AllCops:
4
Exclude:
5
- 'extensions/**/*'
6
- 'skins/**/*'
7
- 'tests/frontend/node_modules/**/*'
8
- 'vendor/**/*'
9
10
Metrics/LineLength:
11
Max: 100