JavaScript Inspection: Errors for 'Unneeded comma' and 'Unused paramaters'
Hi!
I am searching in the settings where I can change the "level" for the inspection warnings mentioned above. Per default, they seems to be only warnings, I would like to get an error at this point. For example, the following code only raise warnings but I want errors:
function(unusedParam){
return [1,2,3,];
}
In the inspection tab of the settings, these two inspection options aren't listed, where should I search for it?
Thx!
Please sign in to leave a comment.
or
It seems you cannot configure warning level for it, please file an issue in our bug tracker - http://youtrack.jetbrains.net/issues/RUBY
FYI: I finally filed a bug in the issue tracker, see http://youtrack.jetbrains.net/issue/RUBY-6328