Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
setup golangci for secman
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Mar 10, 2022
1 parent dd6f0fc commit af25c4d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
linters:
enable:
[ gofmt ]

issues:
max-issues-per-linter: 0
max-same-issues: 0

0 comments on commit af25c4d

Please sign in to comment.