Skip to content

Commit defcc86

Browse files
committed
add explicit exceptions for this project
1 parent 2702b89 commit defcc86

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.rubocop.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@ inherit_from: .rubocop_todo.yml
33
AllCops:
44
Exclude:
55
- 'pkg/**/*'
6+
7+
Style/ExtraSpacing:
8+
Enabled: false
9+
10+
Lint/AssignmentInCondition:
11+
Enabled: false
12+
13+
Style/ParallelAssignment:
14+
Enabled: false

0 commit comments

Comments
 (0)