diff --git a/.golangci.yml b/.golangci.yml index a60b9fca9d..a9fd5f6e54 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -34,7 +34,8 @@ run: # won't be reported. Default value is empty list, but there is # no need to include all autogenerated files, we confidently recognize # autogenerated files. If it's not please let us know. - skip-files: [] + skip-files: + - ".*_gen.go$" # by default isn't set. If set we pass it to "go list -mod={option}". From "go help modules": # If invoked with -mod=readonly, the go command is disallowed from the implicit