You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
codecop
added a commit
to codecop/ant-jshint
that referenced
this issue
Jun 29, 2013
options to Map<Object, Object> instead of Properties because wrong
methods were called on Properties. The properties is only used for the
load method, so outside it can be a Map. This solves Issue philmander#19 and Issue
philmander#24
Numeric values apply correctly, but are reported as booleans:
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.
The text was updated successfully, but these errors were encountered: