From d32a18ddaeecc61ccc2629e2447ea30cbf3acac7 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 2c6a9c2..a87b97c 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 @@ -99,12 +97,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.