Browse Source

revert incorrect change introduced in 3ef7feaeaf737d05c5a624c580633b7ce0f0f1be

Shelikhoo 3 years ago
parent
commit
4b03da7400
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/linters/.golangci.yml

+ 1 - 1
.github/linters/.golangci.yml

@@ -4,7 +4,7 @@ run:
     - generated.*
 
 issues:
-  new: false
+  new: true
   exclude-rules:
     - linters:
         - staticcheck