Add some more allowedRedirectParams to MyContributions
[lhc/web/wiklou.git] / .rubocop.yml
1 AllCops:
2 Exclude:
3 - 'extensions/**/*'
4 - 'skins/**/*'
5 - 'tests/frontend/node_modules/**/*'
6 - 'vendor/**/*'
7 StyleGuideCopsOnly: true
8
9 Metrics/LineLength:
10 Max: 100
11
12 Metrics/MethodLength:
13 Enabled: false
14
15 Style/Alias:
16 Enabled: false
17
18 Style/SignalException:
19 Enabled: false
20
21 Style/StringLiterals:
22 EnforcedStyle: single_quotes
23
24 Style/TrivialAccessors:
25 ExactNameMatch: true