diff --git a/check/utils.go b/check/utils.go index 9b60dc9..44b4cac 100644 --- a/check/utils.go +++ b/check/utils.go @@ -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