Skip to content

Commit 476f01e

Browse files
adambabikjakubgs
authored andcommitted
ignore C.char export error
1 parent fc6f301 commit 476f01e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.golangci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ linters:
5151
- megacheck
5252
- misspell
5353
- structcheck
54-
- typecheck
54+
# - typecheck
5555
- unconvert
5656
- varcheck
5757
fast: false
@@ -61,3 +61,4 @@ issues:
6161
- "composite literal uses unkeyed fields" # govet
6262
- "G304: Potential file inclusion via variable" # gosec
6363
- "G104: Errors unhandled." #gosec
64+
- "lib._Ctype_char, which can be annoying to use" # golint

0 commit comments

Comments
 (0)