Skip to content

Commit

Permalink
fix(ci): fix golangci settings
Browse files Browse the repository at this point in the history
  • Loading branch information
x86taka committed Aug 5, 2024
1 parent ade4f81 commit 01b6f78
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
run:
timeout: 15m
skip-files:
- tools/tools.go
- tools.go
- cmd/hss-client/main.go
- cmd/hss-server/main.go
# Skip autogenerated files.
- ^.*\.(pb|yo)\.go$
build-tags:
- vrf_test
- xdp_test

output:
sort-results: true
Expand Down

0 comments on commit 01b6f78

Please sign in to comment.