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