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
Just as an example, the controller template adds /* jshint -W098 */, which is meant to disable warnings for unused variables.
However, the only reason there would be unused variable warnings is because the package has just been created, and the developer hasn't built the code. I would say that this is a completely valid warning that we'd want.
Haven't had a chance to look over all the templates, but I'm suggesting we shouldn't hide issues that will alert developers to areas this tool has created that they haven't reviewed/adjusted to their needs.
The text was updated successfully, but these errors were encountered:
Just as an example, the controller template adds
/* jshint -W098 */
, which is meant to disable warnings for unused variables.However, the only reason there would be unused variable warnings is because the package has just been created, and the developer hasn't built the code. I would say that this is a completely valid warning that we'd want.
Haven't had a chance to look over all the templates, but I'm suggesting we shouldn't hide issues that will alert developers to areas this tool has created that they haven't reviewed/adjusted to their needs.
The text was updated successfully, but these errors were encountered: