-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1417 from hennevogel/ci/require-haml_lint
Require haml-lint to run in CI
- Loading branch information
Showing
3 changed files
with
10 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
inherits_from: .haml-lint_todo.yml | ||
linters: | ||
MultilinePipe: | ||
enabled: false |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# This configuration was generated by | ||
# `haml-lint --auto-gen-config` | ||
# on 2023-11-08 15:22:15 +0000 using Haml-Lint version 0.40.1. | ||
# The point is for the user to remove these configuration records | ||
# one by one as the lints are removed from the code base. | ||
# Note that changes in the inspected code, or installation of new | ||
# versions of Haml-Lint, may require this file to be generated again. |