mirror of
https://github.com/arnaucube/go-merkletree-iden3.git
synced 2026-02-07 19:46:43 +01:00
Upgrade linter rules
This commit is contained in:
@@ -51,7 +51,7 @@ func TestLevelDbInterface(t *testing.T) {
|
||||
func TestMain(m *testing.M) {
|
||||
result := m.Run()
|
||||
for _, dir := range rmDirs {
|
||||
os.RemoveAll(dir)
|
||||
os.RemoveAll(dir) //nolint:errcheck,gosec
|
||||
}
|
||||
os.Exit(result)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user