ant-jshint icon indicating copy to clipboard operation
ant-jshint copied to clipboard

Numeric custom options reported incorrectly

Open martinthomson opened this issue 11 years ago • 0 comments

Numeric values apply correctly, but are reported as booleans:

[jshint] Using custom options:...,maxcomplexity=false,...

Which isn't constructive.

The output does not need to be so verbose on success, only on failure. All I need to know is that N files were OK, and perhaps where those files were. All this extra stuff that gets printed isn't very useful. I'm also perfectly happy that .jshintrc was not found and don't need to be reminded every time.

martinthomson avatar Feb 12 '13 01:02 martinthomson