mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
compiler: Add error output to the compiler (#3935)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user