diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index ba0a61e7da..1920fd2b2f 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -2619bb82dacb10cb055a2c8ccf40750d1185570e +ff50f7c976555f0f45bc1ae6045ed229dc4dfdfe diff --git a/common/config/.golangci.yml b/common/config/.golangci.yml index 5a5f32db38..e10a451d07 100644 --- a/common/config/.golangci.yml +++ b/common/config/.golangci.yml @@ -256,6 +256,8 @@ issues: linters: - errcheck - maligned + - path: _test\.go$ + text: "dot-imports: should not use dot imports" # We need to use the deprecated module since the jsonpb replacement is not backwards compatible. - linters: - staticcheck