Skip to content

Version 0.6.0

Latest
Compare
Choose a tag to compare
@HenningTimm HenningTimm released this 18 Mar 16:50
· 10 commits to main since this release
b6d508f
  • Added a CHANGELOG file.
  • Switched yaml input to use the ruamel.yaml round trip parser. This parser is also "safe", i.e. does not allow code execution.
  • Added line numbers and columns to error messages where possible. For yaml files, these are taken from the ruamel.yaml round trip parser. For tsv files, the column names within the specified block are reported.
  • Added --strict flag to the convert sub-command that prevents converting files that produced warnings.
  • The rules keys_valid and keys_unique now correctly report their name in output.
  • Added integration tests checking tsv files.
  • Improved user feedback for parameters dealing with rule names, e.g. --skip.