-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ability to configure highlight severities (#13)
- adds severity mapping options to the inspection profile - uses inspection severity mappings to translate `haml-lint` severities to highlight severities
- Loading branch information
Showing
4 changed files
with
114 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
<html> | ||
<html lang="en"> | ||
<body> | ||
Reports issues from the <a href="https://github.com/sds/haml-lint">HamlLint</a>. linter. | ||
Requires the haml-lint gem to be installed in the project SDK. | ||
<p> | ||
Reports issues from the <a href="https://github.com/sds/haml-lint">HamlLint</a>. linter. | ||
Requires the haml-lint gem to be installed in the project SDK. | ||
</p> | ||
<p> | ||
Use the <em>HamlLint Severities Mapping</em> fields to customize the highlight levels. | ||
</p> | ||
</body> | ||
</html> |