BartyCrouch v3.13.0 Release Notes

Release Date: 2018-05-09 // almost 6 years ago
  • ๐Ÿ‘• โ€“ 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)