Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Downs <[email protected]>
  • Loading branch information
briandowns committed Jan 21, 2025
1 parent 9b7fca1 commit 4503c61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .golangci.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
]
},
"run": {
"skip-files": [
"/zz_generated_"
],
"deadline": "5m"
},
"issues": {
"exclude-rules": [
{
"text:" "/zz_generated_*"
},
{
"linters": "revive",
"text": "should have comment or be unexported"
Expand Down

0 comments on commit 4503c61

Please sign in to comment.