-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Description
This currently happens:
$ cflint -folder images -text -textfile /dev/stdout
Option folder => images
Option text => null
Option textfile => /dev/stdout
htmloutput?false
xmlOutput?false
Writing /dev/stdout
Total issues:0
It would be useful to be able to turn off the printing of all progress/debug/error indicators. I'd be inclined to print them to stderr instead so they can be redirected out of the way, though it would be quicker to check for -q so they aren't printed in the first place.
This is so that ideally there would be a minimum amount of "noise" when calling cflint from a BufWritePost hook in vim for automatically linting CFML.
Metadata
Metadata
Assignees
Labels
No labels