Version Catalog Linter 1.0.2
Bug Fixes
-
Libraries declared using string notation now throw a validation error in the
VersionCatalogChecker
asking to use table notation instead. This change makes the behavior of the checker consistent with the behavior of theVersionCatalogFormatter
which already converts string notation to table notation. -
The
VersionCatalogFormatter
inserted section labels into the version catalog even when a section did not contain any data. This has been fixed.