From ff70ed6c677b744c95253374b3e98eda2378c045 Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 14 Dec 2025 14:35:19 +0100 Subject: [PATCH] Enable gocheckcompilerdirectives linter (#36156) Enable [`gocheckcompilerdirectives`](https://github.com/leighmcculloch/gocheckcompilerdirectives) to validate compiler directives, no current violation. --- .golangci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yml b/.golangci.yml index 2f1587a1e6..699881d7ed 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -10,6 +10,7 @@ linters: - dupl - errcheck - forbidigo + - gocheckcompilerdirectives - gocritic - govet - ineffassign