Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: configure and enable GolangCI linters
- Add `.golangci.yml` configuration file - Enable specific linters including `bodyclose`, `errcheck`, `gofmt`, `govet`, and others - Exclude certain linters for specific test files like `authenticator_test.go`, `parser_test.go`, and `signatureheader_test.go` - Set the linter run timeout to 3 minutes Signed-off-by: appleboy <[email protected]>
- Loading branch information