Skip to content

Commit

Permalink
Merge pull request #2455 from s-martin/future3/ignore-file-in-linter
Browse files Browse the repository at this point in the history
[maint] Ignore LICENSE file in markdown linter
  • Loading branch information
s-martin authored Nov 23, 2024
2 parents 0df1a0c + ea40be3 commit d43da21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ globs:
ignores:
- "documentation/developers/docstring/*"
- "src/**"
- "LICENSE"

# Use a plugin to recognize math
#markdownItPlugins:
Expand Down

0 comments on commit d43da21

Please sign in to comment.