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