summaryrefslogtreecommitdiffstats
path: root/.haml-lint.yml
diff options
context:
space:
mode:
authorJed Fox <git@jedfox.com>2023-06-02 13:58:18 -0400
committerGitHub <noreply@github.com>2023-06-02 19:58:18 +0200
commit768b00c4d0c05c35c2c6c9bc8b4a821f1bde119d (patch)
tree2164821d858bd3df810cd3e5829ab8b951bf40a3 /.haml-lint.yml
parent0766c9a631e45ff66603ff10fa69808b8452d0b3 (diff)
Consistently use middle dot (·) instead of bullet (•) to separate items (#25248)
Diffstat (limited to '.haml-lint.yml')
-rw-r--r--.haml-lint.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.haml-lint.yml b/.haml-lint.yml
index 12ca4634225..d1ed30b260c 100644
--- a/.haml-lint.yml
+++ b/.haml-lint.yml
@@ -4,6 +4,11 @@ exclude:
- 'vendor/**/*'
- lib/templates/haml/scaffold/_form.html.haml
+require:
+ - ./lib/linter/haml_middle_dot.rb
+
linters:
AltText:
enabled: true
+ MiddleDot:
+ enabled: true