John Saigle 4 месяцев назад
Родитель
Сommit
1b95098e1f
1 измененных файлов с 1 добавлено и 0 удалено
  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