Skip to content

Commit

Permalink
Update GolangCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Oct 16, 2018
1 parent 8431066 commit f82218f
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,19 @@ run:
# from this option's value:
# vendor$, third_party$, testdata$, examples$, Godeps$, builtin$
skip-dirs:
- ^vendor\/
- ^build\/
- ^pkg\/nodebootstrap\/assets.go
- ^pkg\/testutils\/
- ^pkg\/eks\/mocks\/
- ^tests\/
- ^vendor$
- ^build$
- ^pkg\/eks\/mocks$
- \/usr\/local\/go

# which files to skip: they will be analyzed, but issues from them
# won't be reported. Default value is empty list, but there is
# no need to include all autogenerated files, we confidently recognize
# autogenerated files. If it's not please let us know.
#skip-files:
skip-files:
# - ".*\\.my\\.go$"
# - lib/bad.go
- pkg/nodebootstrap/assets.go


# output configuration options
Expand Down

0 comments on commit f82218f

Please sign in to comment.