mirror of
https://github.com/gitwatch/gitwatch
synced 2024-11-15 06:12:52 +00:00
26 lines
588 B
YAML
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
|