2
0
mirror of https://github.com/gitwatch/gitwatch synced 2024-11-15 06:12:52 +00:00
gitwatch/.markdownlint.yml
Dave Musicant / thinkpad d22e186654 ignored linter error SC2294
2022-05-03 13:02:47 -05:00

26 lines
588 B
YAML

---
# Linter rules doc:
# - https://github.com/DavidAnson/markdownlint
#
# This file is based off of the github action super-linter template:
# - https://github.com/github/super-linter/blob/master/TEMPLATES/.markdown-lint.yml
#
# Note:
# To comment out a single error:
# <!-- markdownlint-disable -->
# any violations you want
# <!-- markdownlint-restore -->
# Unordered list style
MD004: false
MD007:
# Unordered list indentation
indent: 2
# We don't care about inline HTML
MD033: false
# Removing eval as recommended broke code; might fix later, but not now
SC2294: false