Relaxed MD Linter Rules

This commit is contained in:
awalsh128 2025-10-04 23:39:24 -07:00
parent 6e82becbf7
commit ed3460701f
3 changed files with 4 additions and 3 deletions

View file

@ -1,2 +1,2 @@
plugins:
remark-lint-heading-style: [true, 'atx']
remark-lint-heading-style: [true, "atx"]

View file

@ -66,6 +66,7 @@ steps:
## Checklist
- [ ] I have read the [non-file dependencies limitation](https://github.com/awalsh128/cache-apt-pkgs-action/blob/main/README.md#non-file-dependencies)
- [ ] I have read the
[non-file dependencies limitation](https://github.com/awalsh128/cache-apt-pkgs-action/blob/main/README.md#non-file-dependencies)
- [ ] I have searched existing issues for duplicates
- [ ] I have provided all requested information above

View file

@ -5,4 +5,4 @@ plugins:
# Allow ATX-style headings (using #). Previously Trunk/remark was expecting
# setext-style for certain heading levels which caused the "Unexpected ATX
# heading, expected setext" errors. Setting this rule to 'atx' relaxes that.
remark-lint-heading-style: [true, 'atx']
remark-lint-heading-style: [true, "atx"]