You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitwatch/.markdownlint.yml

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