Skip to content

3.13.0

Compare
Choose a tag to compare
@Jeehut Jeehut released this 09 May 12:21
· 405 commits to main since this release

– Adds new sub command lint with multiple options.

For example you can now add this to your CI service:

bartycrouch lint -p "/path/to/code/files" -d -e

This will:

  • fail the CI if duplicate keys are found within the same file (-d)
  • fail the CI if empty values are found (-e)