From d51826542b37e941824a3ccd594e1f85757155c1 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sun, 23 Feb 2025 18:13:49 +0100 Subject: [PATCH] Revert "chore: remove deprecated golangci config." This reverts commit 6ea379eecde880ce45b5e9d9b8387efbf0b7e959. --- .golangci.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .golangci.yaml diff --git a/.golangci.yaml b/.golangci.yaml new file mode 100644 index 00000000..7718ccda --- /dev/null +++ b/.golangci.yaml @@ -0,0 +1,5 @@ +--- + +linters-settings: + staticcheck: + checks: ["all", "-SA1019" ]