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 4a81d03 commit 19a11e6Copy full SHA for 19a11e6
common/.commonfiles.sha
@@ -1 +1 @@
1
-080a5648c32cbc0ff686c3a1e5a6da5e2ffa5418
+e710c4502c15f6a26c25cac812a20b1eb194a1c1
common/config/.golangci.yml
@@ -184,6 +184,10 @@ linters:
184
- linters:
185
- staticcheck
186
text: 'S1007'
187
+ # TODO: remove once we have updated package names
188
+ - linters:
189
+ - revive
190
+ text: "var-naming: avoid meaningless package names"
191
paths:
192
- .*\.pb\.go
193
- .*\.gen\.go
0 commit comments