Skip to content

Version Catalog Linter 1.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 20:06
· 17 commits to main since this release

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 the VersionCatalogFormatter 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.