just,pre-commit: fix typos [skip ci]
This commit is contained in:
parent
6ce05ea74d
commit
874cdcec3a
@ -25,7 +25,7 @@ repos:
|
|||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
hooks:
|
||||||
- id: addlicense
|
- id: addlicense
|
||||||
name: addlicence -check
|
name: addlicense -check
|
||||||
entry: >
|
entry: >
|
||||||
go run github.com/google/addlicense@v1.1.1 -check -v
|
go run github.com/google/addlicense@v1.1.1 -check -v
|
||||||
pass_filenames: true
|
pass_filenames: true
|
||||||
|
2
justfile
2
justfile
@ -47,7 +47,7 @@ prod: tw build
|
|||||||
gen:
|
gen:
|
||||||
go generate -v ./ent
|
go generate -v ./ent
|
||||||
|
|
||||||
# add licence headers to source code files.
|
# add license headers to source code files.
|
||||||
addlicense:
|
addlicense:
|
||||||
go run github.com/google/addlicense@v1.1.1 \
|
go run github.com/google/addlicense@v1.1.1 \
|
||||||
-v -s=only \
|
-v -s=only \
|
||||||
|
Loading…
Reference in New Issue
Block a user