From b8437e3e3dd9524db8bbcd0551ffe49ed383ef10 Mon Sep 17 00:00:00 2001 From: NinjaCheetah <58050615+NinjaCheetah@users.noreply.github.com> Date: Sun, 5 Apr 2026 21:39:31 -0400 Subject: [PATCH] (ci) Testing exclusions --- .golangci.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .golangci.yml diff --git a/.golangci.yml b/.golangci.yml new file mode 100644 index 0000000..79964c6 --- /dev/null +++ b/.golangci.yml @@ -0,0 +1,4 @@ +linters: + exclusions: + paths: + - "nhttp/*.go"