Skip to content

Commit

Permalink
update golangci-lint
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lamarre <[email protected]>
  • Loading branch information
alexandreLamarre committed Dec 31, 2024
1 parent ebe9c76 commit 0ce0af1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
# Require: The version of golangci-lint to use.
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
version: v1.56
version: v1.62
20 changes: 10 additions & 10 deletions .golangci.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
]
},
"run": {
"deadline": "5m"
"timeout": "5m"
},
"issues": {
"exclude-rules": [
{
"linters": "revive",
"text": "should have comment or be unexported"
}
],
"issues": {
"exclude-rules": [
{
"linters": "revive",
"text": "should have comment or be unexported"
}
],
"exclude-files": [
"/zz_generated_*"
]
}
}
}
}

0 comments on commit 0ce0af1

Please sign in to comment.