diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8108c63..b30b711 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - repo: local hooks: - id: addlicense - name: addlicence -check + name: addlicense -check entry: > go run github.com/google/addlicense@v1.1.1 -check -v pass_filenames: true diff --git a/justfile b/justfile index e16c6a1..d32f0b8 100644 --- a/justfile +++ b/justfile @@ -47,7 +47,7 @@ prod: tw build gen: go generate -v ./ent -# add licence headers to source code files. +# add license headers to source code files. addlicense: go run github.com/google/addlicense@v1.1.1 \ -v -s=only \