mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-28 22:39:05 +08:00
remove --exclude
This commit is contained in:
@@ -19,7 +19,6 @@ var (
|
||||
func AddSkipDirs(params []string) []string {
|
||||
for _, dir := range skipDirs {
|
||||
params = append(params, fmt.Sprintf("--skip=%s", dir))
|
||||
params = append(params, fmt.Sprintf("--exclude=%s", dir))
|
||||
}
|
||||
return params
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user