Update monolog from 1.18.2 to 1.22.1
[lhc/web/wiklou.git] / .rubocop.yml
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