Hide 'redirectedfrom' notice when printing articles
[lhc/web/wiklou.git] / .rubocop.yml
1 inherit_from: .rubocop_todo.yml
2
3 AllCops:
4 Exclude:
5 - 'extensions/**/*'
6 - 'skins/**/*'
7 - 'tests/frontend/node_modules/**/*'
8 - 'vendor/**/*'