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.