We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8555811 commit de93d49Copy full SHA for de93d49
internal/project/library/libraryproperties/libraryproperties.go
@@ -28,7 +28,7 @@ import (
28
29
// Properties parses the library.properties from the given path and returns the data.
30
func Properties(libraryPath *paths.Path) (*properties.Map, error) {
31
- return properties.SafeLoadFromPath(libraryPath.Join("library.properties"))
+ return properties.LoadFromPath(libraryPath.Join("library.properties"))
32
}
33
34
var schemaObject = make(map[compliancelevel.Type]schema.Schema)
0 commit comments