Added project schema feature
This commit is contained in:
@@ -41,7 +41,7 @@ $App = {
|
||||
idx.AddFile("test.marte", config)
|
||||
idx.ResolveReferences()
|
||||
|
||||
v := validator.NewValidator(idx)
|
||||
v := validator.NewValidator(idx, ".")
|
||||
v.CheckUnused()
|
||||
|
||||
foundUnused := false
|
||||
@@ -85,7 +85,7 @@ $App = {
|
||||
idx.AddFile("test.marte", config)
|
||||
idx.ResolveReferences()
|
||||
|
||||
v := validator.NewValidator(idx)
|
||||
v := validator.NewValidator(idx, ".")
|
||||
v.CheckUnused()
|
||||
|
||||
foundUnusedSig2 := false
|
||||
|
||||
Reference in New Issue
Block a user