Skip to content

Commit

Permalink
Tweak readme to update inline config format
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegeek committed Oct 17, 2024
1 parent 6fa6cb3 commit 06f59b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ You can disable a rule by placing a disable comment in the following format:

Comment on offending lines
```.erb
<hr /> <%# erblint:disable SelfClosingTag %>
<hr /> <%# erb_lint:disable SelfClosingTag %>
```

To raise an error when there is a useless disable comment, enable `NoUnusedDisable`.
Expand Down

0 comments on commit 06f59b3

Please sign in to comment.