From 99b0d0257b76859837e4355c604c7f712dba808e Mon Sep 17 00:00:00 2001
From: Cian Johnston <cian@coder.com>
Date: Thu, 13 Mar 2025 11:15:58 +0000
Subject: [PATCH] ci: update linters settings (#88)

---
 .golangci.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.golangci.yml b/.golangci.yml
index 223cf95..29ddfe8 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -9,19 +9,18 @@ linters:
   enable:
     - durationcheck
     - errcheck
-    - exportloopref
     - forcetypeassert
     - godot
     - gofmt
     - gosimple
+    - govet
     - ineffassign
     - makezero
     - misspell
     - nilerr
     - predeclared
     - staticcheck
-    - tenv
     - unconvert
     - unparam
     - unused
-    - vet
\ No newline at end of file
+    - usetesting