From 9d635dfb31540ef2f3e6676cbe6372c532e12053 Mon Sep 17 00:00:00 2001 From: sapcc-bot Date: Sat, 4 May 2024 00:16:35 +0000 Subject: [PATCH] Run go-makefile-maker --- .golangci.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.golangci.yaml b/.golangci.yaml index 678ff12..e999b1c 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -26,8 +26,6 @@ issues: max-same-issues: 0 linters-settings: - copyloopvar: - ignore-alias: true dupl: # Tokens count to trigger issue, 150 by default. threshold: 100 @@ -97,12 +95,11 @@ linters-settings: default-rpc-path: true http-method: true http-status-code: true - os-dev-null: true + rpc-default-path: true sql-isolation-level: true - syslog-priority: true - time-weekday: true - time-month: true time-layout: true + time-month: true + time-weekday: true tls-signature-scheme: true whitespace: # Enforce newlines (or comments) after multi-line function signatures.