Skip to content

Commit

Permalink
Ignore copilot instructions with markdownlint (#82)
Browse files Browse the repository at this point in the history
This is started to be in repos such as postgresql and conflicts with CI tests.

Signed-off-by: Lance Albertson <[email protected]>
  • Loading branch information
ramereth authored Nov 10, 2024
1 parent 8159463 commit 403fdcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions standardfiles/cookbook/.markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ config:
line-length: false # MD013
no-duplicate-heading: false # MD024
reference-links-images: false # MD052
ignores:
- .github/copilot-instructions.md

0 comments on commit 403fdcf

Please sign in to comment.