You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.