Ver Fonte

ci: Add durationcheck linter (#4432)

John Saigle há 4 meses atrás
pai
commit
1b95098e1f
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      .golangci.yml

+ 1 - 0
.golangci.yml

@@ -10,6 +10,7 @@ linters:
     - depguard
     # Duplicate word usage, such as 'and and' in a comment.
     - dupword
+    - durationcheck
     - errcheck
     # Type assertion and comparison validation on errors. https://github.com/polyfloyd/go-errorlint
     - errorlint