Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
golangci.yml: Removing inactivated linters
Removing "inactivated" linters, which are causing lint checks to fail with: "This linter is fully inactivated: it will not produce any reports." The linters that have been removed are: - deadcode - golint - structcheck - varcheck Apparently these linters were "inactivated" in v1.57.0 https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md#v1570
- Loading branch information