Re-stage files after formatting
This commit is contained in:
+1
-1
@@ -10,4 +10,4 @@ pre-commit:
|
|||||||
gofmt:
|
gofmt:
|
||||||
tags: style
|
tags: style
|
||||||
glob: "*.go"
|
glob: "*.go"
|
||||||
run: gofmt -w {staged_files}
|
run: gofmt -w {staged_files}; git add {staged_files}
|
||||||
|
|||||||
Reference in New Issue
Block a user