Skip to content

lint: remove outdated nolint directives

feistel requested to merge feistel/gitlab-pages:fix/nolint into master

What does this MR do?

golangci-lint was recently bumped to 1.43.0

It seems those issues from the bodyclose linter are no longer reported (probably a false positive in older version of the linter).
I've also added the nolintlint linter to make sure unused //nolint directives are removed

Closes #606 (closed)
Closes #557 (closed)

TODO

Edited by feistel

Merge request reports