mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-28 22:39:05 +08:00
remove duplicate loop
This commit is contained in:
@@ -201,11 +201,6 @@ outer:
|
||||
continue outer
|
||||
}
|
||||
}
|
||||
for _, skip := range skipSuffixes {
|
||||
if strings.HasSuffix(filename, skip) {
|
||||
continue outer
|
||||
}
|
||||
}
|
||||
|
||||
if autoGenerated("repos/src" + filename) {
|
||||
continue outer
|
||||
|
||||
Reference in New Issue
Block a user