Skip to content

Commit d90f702

Browse files
Deployed to github pages
1 parent dc7ebab commit d90f702

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

all-hooks.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2988,6 +2988,16 @@
29882988
"files": "^man/|_pkgdown\\.yml"
29892989
}
29902990
],
2991+
"https://github.com/lorenzwalthert/gitignore-tidy": [
2992+
{
2993+
"id": "tidy-gitignore",
2994+
"name": "Sort entries in gitignore",
2995+
"description": "Ensure gitignore entries are unique, sorted and have no unecessary white spaces",
2996+
"entry": "gitignore-tidy",
2997+
"language": "python",
2998+
"files": "\\.gitignore$"
2999+
}
3000+
],
29913001
"https://github.com/FelixSeptem/pre-commit-golang": [
29923002
{
29933003
"id": "bazel-buildifier",

hooks.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1807,6 +1807,17 @@ <h3 data-repo="https://github.com/lorenzwalthert/precommit">
18071807
- check if your {pkgdown} config file has the correct entries for references and articles
18081808
</li>
18091809
</ul>
1810+
<h3 data-repo="https://github.com/lorenzwalthert/gitignore-tidy">
1811+
<a href="https://github.com/lorenzwalthert/gitignore-tidy" target="_blank">
1812+
github.com/lorenzwalthert/gitignore-tidy
1813+
</a>
1814+
</h3>
1815+
<ul data-repo="https://github.com/lorenzwalthert/gitignore-tidy">
1816+
<li data-id="tidy-gitignore" data-types="">
1817+
<code>tidy-gitignore</code>
1818+
- Ensure gitignore entries are unique, sorted and have no unecessary white spaces
1819+
</li>
1820+
</ul>
18101821
<h3 data-repo="https://github.com/FelixSeptem/pre-commit-golang">
18111822
<a href="https://github.com/FelixSeptem/pre-commit-golang" target="_blank">
18121823
github.com/FelixSeptem/pre-commit-golang

0 commit comments

Comments
 (0)