Skip to content

Commit

Permalink
build: Exclude uci directory
Browse files Browse the repository at this point in the history
  • Loading branch information
leonhfr committed Sep 12, 2022
1 parent f8f7e37 commit f35787d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
run:
skip-dirs:
- "uci"

linters:
enable:
- errcheck
Expand Down

0 comments on commit f35787d

Please sign in to comment.