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
First I have to say I don't think this is a problem created by the plugin, but is CodeSniffer supposed to check JS?
The error is Line exceeds 120 characters. I don't regard this as a JS problem and CodeSniffer should have nothing to do with JS because it is very easy to exceed the limit in JS either by using strings or JQuery.
I think there should be an option to turn off validating for <script> tags. Where should I report this problem?
The text was updated successfully, but these errors were encountered:
First I have to say I don't think this is a problem created by the plugin, but is CodeSniffer supposed to check JS?
The error is
Line exceeds 120 characters
. I don't regard this as a JS problem and CodeSniffer should have nothing to do with JS because it is very easy to exceed the limit in JS either by using strings or JQuery.I think there should be an option to turn off validating for
<script>
tags. Where should I report this problem?The text was updated successfully, but these errors were encountered: