blob: 510c1b4be6a59b755a12e968b790dd5f35485ee7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
inherit_from: .rubocop_todo.yml
AllCops:
DisabledByDefault: true
NewCops: enable
SuggestExtensions: false
TargetRubyVersion: 2.6
Exclude:
- 'docs/**/*'
- 'examples/**/*'
- 'vendor/bundle/**/*'
Layout:
Enabled: true
Layout/CommentIndentation:
AllowForAlignment: true
Layout/ExtraSpacing:
AllowBeforeTrailingComments: true
Lint:
Enabled: true
Style:
Enabled: true
|