Go
Go copied to clipboard
Fix: Enable all the disabled linters once Go 1.18 are supported by them
Describe the bug
Currently, the PR #509 disabled some of the golangci-lint linters since those linters don't completely support Go 1.18 generics. Hence, they have been disabled here until there is progress on golangci-lint and the linters that golangci-lint uses on their support for generics.
NOTE: This issue is only relevant if #509 gets merged.