We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b3e30 commit 7d06131Copy full SHA for 7d06131
README.md
@@ -1,4 +1,4 @@
1
-# pre-commit-swaggo
+# swaggo-hooks
2
3
[pre-commit](https://pre-commit.com/) hooks for Go projects using https://github.com/swaggo/swag
4
@@ -9,7 +9,7 @@ Add this to your `.pre-commit-config.yaml` file:
9
```yaml
10
repos:
11
# ... other repos ...
12
- - repo: https://github.com/muya/pre-commit-swaggo
+ - repo: https://github.com/muya/swaggo-hooks
13
rev: "main"
14
hooks:
15
- id: swag-fmt
@@ -30,7 +30,7 @@ swag init --parseInternal --requiredByDefault --parseDependency --dir "./cmd/api
30
31
32
33
34
35
36
0 commit comments