Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(.golangci.yml): update linters configuration to exclude G402 an…
…d remove unused linters The linters configuration in the .golangci.yml file has been updated to exclude the G402 rule from the gosec linter. Additionally, the following linters have been removed from the configuration as they are not being used: lll, decorder, dupl, errname, gocognit, gomnd, gomoddirectives, gomodguard, grouper, importas, maintidx, nestif, nilerr, nlreturn, nolintlint, prealloc, predeclared, rowserrcheck, thelper, tparallel, varnamelen, and wastedassign.
- Loading branch information