We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849232b commit a579c9fCopy full SHA for a579c9f
plugin/evm/imports_test.go
@@ -168,7 +168,7 @@ func findFilteredLibevmImportsWithFiles(rootDir string) (map[string]map[string]s
168
return err
169
}
170
171
- // Skip generated files, main_test.go, and state_account_ext.go
+ // Skip generated files and main_test.go
172
filename := filepath.Base(path)
173
if strings.HasPrefix(filename, "gen_") || strings.Contains(path, "core/main_test.go") {
174
return nil
0 commit comments