Fix Nogo Lint Ignore for Go 1.18 (#10577)

* builds

* builds

* fatal

* edit
This commit is contained in:
Raul Jordan
2022-04-28 18:10:43 +00:00
committed by GitHub
parent 7a3df7642b
commit 7b03d901ee
2 changed files with 4 additions and 5 deletions

View File

@@ -42,8 +42,7 @@
"composites": {
"exclude_files": {
"external/.*": "Third party code",
"validator/accounts/.*": "Fuzz",
"validator/accounts/wallet_recover_fuzz_test.go": "Fuzz code"
".*testmain\\.go$": "Fuzz"
}
},
"cgocall": {
@@ -76,8 +75,7 @@
"rules_go_work-.*": "Third party code",
"shared/mock/.*\\.go": "Mocks are OK",
".*/.*mock\\.go": "Mocks are OK",
".*/testmain\\.go": "Test runner generated code",
"validator/accounts/wallet_recover_fuzz_test.go": "Fuzz code",
".*testmain\\.go$": "Fuzz",
"proto/.*": "Generated protobuf related code",
"tools/analyzers/properpermissions/testdata/.*": "Analyzer breaks rules"
}