3.13.0
– 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
)