github daveshanley/vacuum v0.5.0

latest releases: v0.10.0, v0.9.16, v0.9.15...
6 months ago

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

Updated summary view, cleaner, easier to read

Improved logging output, no more JSON on the command line

Links are clickable when viewing in an IDE terminal

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

Don't miss a new vacuum release

NewReleases is sending notifications on new releases.