From cbde7172c6ce2ae8131cd20851adfaa11a17e504 Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Mon, 23 Dec 2024 02:21:19 +0700 Subject: [PATCH] remove dupl --- .golangci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 132c69402..139768e7a 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -23,7 +23,6 @@ linters: - misspell # Find commonly misspelled words - revive # a metalinter with more checks - bodyclose # Check HTTP response bodies are closed - - dupl # Code clone detector - goconst # Find repeated strings that could be constants - gocyclo # Check function complexity - godot # Check comment endings