mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-07 22:54:17 -05:00
Added analyzer for detecting recursive/nested mutex read locks. (#10066)
* Added analyzer for detecting recursive/nested mutex read locks. * Added type assertion checks and removed unused 'iTypes' directory * Clean up * Bazel file fixes * Cleaned up code and added comments. Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
This commit is contained in:
@@ -118,6 +118,13 @@
|
||||
"tools/analyzers/shadowpredecl/testdata/shadow.go": "Analyzer testdata has to break rules"
|
||||
}
|
||||
},
|
||||
"recursivelock": {
|
||||
"exclude_files": {
|
||||
"external/.*": "Third party code",
|
||||
"rules_go_work-.*": "Third party code",
|
||||
"tools/analyzers/recursivelock/testdata/.*": "Analyzer testdata has to break rules"
|
||||
}
|
||||
},
|
||||
"nop": {
|
||||
"exclude_files": {
|
||||
"external/.*": "Third party code",
|
||||
|
||||
Reference in New Issue
Block a user