Merge "Fixed Style/PerlBackrefs RuboCop offense"
[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/**/*'
9 StyleGuideCopsOnly: true
10
11 Metrics/LineLength:
12 Max: 100
13
14 Metrics/MethodLength:
15 Enabled: false
16
17 Style/Alias:
18 Enabled: false
19
20 Style/SignalException:
21 Enabled: false
22
23 Style/StringLiterals:
24 EnforcedStyle: single_quotes
25
26 Style/TrivialAccessors:
27 ExactNameMatch: true