Fix Secrets Failing Build (#8660)

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
Raul Jordan
2021-03-24 13:01:58 -05:00
committed by GitHub
parent 9cb4eafad4
commit b2d9f9a2d8
5 changed files with 4 additions and 105 deletions

View File

@@ -1,6 +1,9 @@
version = 1
exclude_patterns = ["tools/analyzers/**"]
exclude_patterns = [
"tools/analyzers/**",
"validator/keymanager/remote/keymanager_test.go"
]
[[analyzers]]
name = "go"