Skip to content

Commit

Permalink
sift: exclude vendor dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kovetskiy committed Nov 22, 2017
1 parent 41cdb81 commit 51056a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .sift.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"ErrShowLineLength": false,
"ErrSkipLineLength": true,
"ExcludeDirs": [
".bzr"
".bzr",
"vendor"
],
"IncludeExtensions": "",
"ExcludeExtensions": "",
Expand Down

0 comments on commit 51056a2

Please sign in to comment.