Open etki opened 6 years ago
Or better yet, to just exit with exit code 0
and the No files found
message.
I just ran into this as well :unamused:
Yes please
Workarounds:
parallel-lint foo || if [ testcode ]; then ...
touch path-to-files/index.php
before script call - empty file will pass
Hi!
Currently lint fails if it hasn't found any file. This makes hard to setup CI before writing any code, it would be great to add special flag to ignore such behavior.