Skip to content

Commit 355213d

Browse files
committed
Also exclude pkg/**/* and vendor/**/* from Rubocop
1 parent 6d231ce commit 355213d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ inherit_from: .rubocop_todo.yml
33
AllCops:
44
DisplayCopNames: true
55
Exclude:
6+
- 'pkg/**/*'
67
- 'tmp/**/*'
8+
- 'vendor/**/*'
79

810
Lint/EndAlignment:
911
AlignWith: variable

0 commit comments

Comments
 (0)