We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75ac2e commit 957623dCopy full SHA for 957623d
common/.commonfiles.sha
@@ -1 +1 @@
1
-2619bb82dacb10cb055a2c8ccf40750d1185570e
+ff50f7c976555f0f45bc1ae6045ed229dc4dfdfe
common/config/.golangci.yml
@@ -256,6 +256,8 @@ issues:
256
linters:
257
- errcheck
258
- maligned
259
+ - path: _test\.go$
260
+ text: "dot-imports: should not use dot imports"
261
# We need to use the deprecated module since the jsonpb replacement is not backwards compatible.
262
- linters:
263
- staticcheck
0 commit comments