ignore C.char export error

This commit is contained in:
Adam Babik 2019-11-15 08:33:07 +01:00 committed by Jakub
parent 4c313c7032
commit 749dae1f9e
1 changed files with 2 additions and 1 deletions

View File

@ -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