Skip to content

Commit 97b3de0

Browse files
committed
Require Swaggo Commit Hooks to be Run Serially
1 parent 7d06131 commit 97b3de0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-hooks.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
always_run: false
66
fail_fast: false
77
verbose: false
8+
require_serial: true
89
description: 'Run swag fmt to format Swag annotations in your code.'
910
args: []
1011

@@ -15,5 +16,6 @@
1516
always_run: false
1617
fail_fast: false
1718
verbose: false
19+
require_serial: true
1820
description: 'Run swag init to generate Swagger docs from Swag annotations, and generate the required files.'
1921
args: []

0 commit comments

Comments
 (0)