From 18a628d5edee85a4b24a98f5cba08a8eba8b5eb2 Mon Sep 17 00:00:00 2001 From: Andrea Limoli Date: Wed, 6 Oct 2021 13:10:23 +0200 Subject: [PATCH] Remove golanci configuration. --- .golangci.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .golangci.yml diff --git a/.golangci.yml b/.golangci.yml deleted file mode 100644 index dee83c5..0000000 --- a/.golangci.yml +++ /dev/null @@ -1,22 +0,0 @@ -linters-settings: - errcheck: - check-type-asserts: true - check-blank: true - misspell: - locale: US - -linters: - enable-all: true - disable: - - whitespace - - wsl - - gomnd - - forbidigo - -issues: - exclude-rules: - - path: _test\.go - linters: - - dupl - - funlen - - paralleltest \ No newline at end of file