From 3b9c32fc1d0555b9aed5e8e5d6f33862cb14784b Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Sun, 25 Jun 2023 12:57:53 +0300 Subject: [PATCH] [#2] .golangci.yml: Split linters in 2 sections Signed-off-by: Evgenii Stratonikov --- .golangci.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index aca0746..dba7f0c 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -37,17 +37,12 @@ linters: # mandatory linters - govet - revive - - # some default golangci-lint linters - errcheck - gosimple - - godot - ineffassign - staticcheck - typecheck - unused - - # extra linters - bidichk - durationcheck - exhaustive @@ -55,9 +50,12 @@ linters: - gofmt - goimports - misspell + - whitespace + + # extra linters + - godot - predeclared - reassign - - whitespace - containedctx - funlen - gocognit