Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checks: exclude README.md from markdown-lint in pre-commit-config.yaml #2971

Merged
merged 3 commits into from
May 20, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ repos:
rev: v0.33.0
hooks:
- id: markdownlint
exclude: |
(?x)^(
README.md
)
neteler marked this conversation as resolved.
Show resolved Hide resolved
- repo: https://github.com/psf/black
rev: 23.1.0
hooks:
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,8 @@ this issue, clean all the compiled files from the source code:
make distclean
```


## Thanks to all contributors ❤

<a href = "https://github.com/OSGeo/grass/graphs/contributors">
<a href = "https://github.com/OSGeo/grass/graphs/contributors">
neteler marked this conversation as resolved.
Show resolved Hide resolved
<img src = "https://contrib.rocks/image?repo=OSGeo/grass"/>
neteler marked this conversation as resolved.
Show resolved Hide resolved
</a>

</a>
neteler marked this conversation as resolved.
Show resolved Hide resolved