浏览代码

ci: Add iota-mixing lint (#4532)

https://github.com/AdminBenni/iota-mixing
John Saigle 1 月之前
父节点
当前提交
ef85512070
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .golangci.yml

+ 1 - 0
.golangci.yml

@@ -23,6 +23,7 @@ linters:
     - gosec
     - govet
     - ineffassign
+    - iotamixing
     - loggercheck
     # Check for simple misspellings of words. 
     - misspell