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
In some cases, it might be useful to simply disable harper for a paragraph or a line. Most linters/LSPs allow for inline directives via comments, e.g. ---@diagnostic disable-next-line: {rulename} in the Lua LSP.
The text was updated successfully, but these errors were encountered:
This is similar to #102. While I like the stylua comments, I think the format they propose is much better (and plays nicer with JavaDoc's HTML and JsDoc's Markdown.
For reference:
<!-- markdownlint-disable-file MD033 -->
Before I move forward, I would like your thoughts.
In some cases, it might be useful to simply disable harper for a paragraph or a line. Most linters/LSPs allow for inline directives via comments, e.g.
---@diagnostic disable-next-line: {rulename}
in the Lua LSP.The text was updated successfully, but these errors were encountered: