Skip to content

Commit 4085441

Browse files
committed
cedar-go: ignore var-naming revive lint errors in the types package
Addresses cedar-policy#94 Signed-off-by: philhassey <phil@strongdm.com>
1 parent a581c7c commit 4085441

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.golangci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,10 @@ linters:
3131
- path: types/
3232
linters:
3333
- revive
34-
text: exported
34+
text: exported
35+
36+
# The types package seems reasonably named to me
37+
- path: types/
38+
linters:
39+
- revive
40+
text: var-naming

0 commit comments

Comments
 (0)