compiler: Add error output to the compiler (#3935)

This commit is contained in:
Vicent Martí
2017-12-04 19:20:38 +01:00
committed by GitHub
parent e4b9430024
commit e7e64bf39a
8 changed files with 185 additions and 90 deletions

View File

@@ -81,7 +81,7 @@ func (repo *Repository) CompareScopes(scopes []string) {
}
}
func (repo *Repository) FixRules(knownScopes map[string]*Repository) {
func (repo *Repository) FixRules(knownScopes map[string]bool) {
for _, file := range repo.Files {
w := walker{
File: file,