Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Make gosimple happy
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynvs committed May 2, 2017
1 parent 931f258 commit 9e08a58
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/importer/glide.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,7 @@ func (i glideImporter) convert(projectRoot string, config *glideConfig, lock *gl
}
}

for _, pkg := range config.Ignores {
pd.Ignored = append(pd.Ignored, pkg)
}
pd.Ignored = append(pd.Ignored, config.Ignores...)

if len(config.ExcludeDirs) > 0 {
if config.Name != "" && config.Name != projectRoot {
Expand Down

0 comments on commit 9e08a58

Please sign in to comment.