From 749dae1f9e2b6e491e96c9a21a3226557b4a7d27 Mon Sep 17 00:00:00 2001 From: Adam Babik Date: Fri, 15 Nov 2019 08:33:07 +0100 Subject: [PATCH] ignore C.char export error --- .golangci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 424345ab8..018dcfb96 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -51,7 +51,7 @@ linters: - megacheck - misspell - structcheck - - typecheck +# - typecheck - unconvert - varcheck fast: false @@ -61,3 +61,4 @@ issues: - "composite literal uses unkeyed fields" # govet - "G304: Potential file inclusion via variable" # gosec - "G104: Errors unhandled." #gosec + - "lib._Ctype_char, which can be annoying to use" # golint