We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2702b89 commit defcc86Copy full SHA for defcc86
1 file changed
.rubocop.yml
@@ -3,3 +3,12 @@ inherit_from: .rubocop_todo.yml
3
AllCops:
4
Exclude:
5
- 'pkg/**/*'
6
+
7
+Style/ExtraSpacing:
8
+ Enabled: false
9
10
+Lint/AssignmentInCondition:
11
12
13
+Style/ParallelAssignment:
14
0 commit comments