Skip to content

v0.5.0

Compare
Choose a tag to compare
@daveshanley daveshanley released this 18 Nov 14:08
· 327 commits to main since this release

the lint command now supports multi-file linting, accepts glob commands and the console output is upgraded, cleaner and more readable.

Also addresses issues

The partial support for filepath works correctly for single file specs, but won't yet report the correct filename for exploded specs. References will won't yet align if they have been pulled in from an external document. Support for this is coming in a later release.

The --remote / -u flag is now true always for the lint command. It's always on, it can't be turned off. This is expected behavior, always try to resolve remote / file based references, turning it off seems pointless.

To lint multiple files, simply add them one after the other:

vacuum lint file1.yaml file2.json file3.yaml

To use a glob pattern:

vacuum lint path/to/files/*.yaml

Linting multiple files

Screenshot 2023-11-17 at 6 11 36 PM

Updated summary view, cleaner, easier to read

Screenshot 2023-11-17 at 6 13 30 PM

Screenshot 2023-11-17 at 6 13 44 PM

Improved logging output, no more JSON on the command line

Screenshot 2023-11-17 at 6 14 21 PM

Links are clickable when viewing in an IDE terminal

Screenshot 2023-11-17 at 6 27 25 PM

Changelog

  • 90e4c88 Added new message property to override description.
  • e83f435 Adding formatted logging, cleaned some bugs
  • e78091f Tuning up experience #361 #367 #334
  • d5fbf0d Upgrading linting command to multi-file
  • 7d152ec cleaned linting issues and added silent switches back in