ignore C.char export error
This commit is contained in:
parent
4c313c7032
commit
749dae1f9e
|
@ -51,7 +51,7 @@ linters:
|
||||||
- megacheck
|
- megacheck
|
||||||
- misspell
|
- misspell
|
||||||
- structcheck
|
- structcheck
|
||||||
- typecheck
|
# - typecheck
|
||||||
- unconvert
|
- unconvert
|
||||||
- varcheck
|
- varcheck
|
||||||
fast: false
|
fast: false
|
||||||
|
@ -61,3 +61,4 @@ issues:
|
||||||
- "composite literal uses unkeyed fields" # govet
|
- "composite literal uses unkeyed fields" # govet
|
||||||
- "G304: Potential file inclusion via variable" # gosec
|
- "G304: Potential file inclusion via variable" # gosec
|
||||||
- "G104: Errors unhandled." #gosec
|
- "G104: Errors unhandled." #gosec
|
||||||
|
- "lib._Ctype_char, which can be annoying to use" # golint
|
||||||
|
|
Loading…
Reference in New Issue