From 86b7111506b36d709053f892b489be8463c2b425 Mon Sep 17 00:00:00 2001 From: Husni Mansour Date: Mon, 24 Jun 2024 17:54:43 +0200 Subject: [PATCH] fixc --- .golangci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index e22faa6..f12a029 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -80,7 +80,6 @@ linters: - gosec # Inspects source code for security problems [fast: false, auto-fix: false] - gosimple # Linter for Go source code that specializes in simplifying a code [fast: false, auto-fix: false] - govet # Vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string [fast: false, auto-fix: false] - - ifshort # Checks that your code uses short syntax for if-statements whenever possible [fast: true, auto-fix: false] - ineffassign # Detects when assignments to existing variables are not used [fast: true, auto-fix: false] - misspell # Finds commonly misspelled English words in comments [fast: true, auto-fix: true] - nakedret # Finds naked returns in functions greater than a specified function length [fast: true, auto-fix: false]