diff --git a/.golangci.yml b/.golangci.yml index 43d348b..92a9771 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -28,4 +28,6 @@ linters: - unconvert - unparam - whitespace - - predeclared + # We're isabling predeclared because the linter is running a newer version + # of Go than then Go module. + # - predeclared