diff --git a/.golangci.yml b/.golangci.yml
index a1720fe..6c348ac 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -7,7 +7,6 @@ linters:
     - containedctx
     - contextcheck
     - cyclop
-    - errchkjson # Triggers stack overflow on github.com/safing/jess
     - exhaustivestruct
     - forbidigo
     - funlen
@@ -32,6 +31,7 @@ linters:
     - whitespace
     - wrapcheck
     - wsl
+    - nolintlint
 
 linters-settings:
   revive: