-
Notifications
You must be signed in to change notification settings - Fork 34
How can I disable lint checks for a code block? #19
Comments
Currently you cannot, but you can ignore specific lines with //linter:disable[:OptionalCheckNames...] What kind of syntax would you recommend? |
I would recommend scalastyle-like switcher. // linter:off Jianshi On Thu, Mar 19, 2015 at 6:33 PM, Matic Potočnik [email protected]
Jianshi Huang LinkedIn: jianshi |
Yeah, that sounds good, I'll try to implement something over the weekend. I'll likely also replace "disable" in favour of "ignore" to make it even more similar to scalastyle, and because having "disable" and "off"/"on" together would be confusing. |
Thanks! Jianshi On Fri, Mar 20, 2015 at 12:51 AM, Matic Potočnik [email protected]
Jianshi Huang LinkedIn: jianshi |
any update on this? |
👍 |
No description provided.
The text was updated successfully, but these errors were encountered: