fix: abandon google addlicense use marmotedu addlicense

This commit is contained in:
Muyao CHEN
2024-10-05 14:35:36 +02:00
parent dc75af4dc7
commit 9094d12c3a
2 changed files with 1 additions and 23 deletions

View File

@ -42,7 +42,7 @@ format: # format code.
.PHONY: add-copyright
add-copyright: # add license to file headers.
addlicense -v -f $(ROOT_DIR)/LICENSE -ignore deployment/** -ignore migrations/** .
@addlicense -v -f $(ROOT_DIR)/LICENSE $(ROOT_DIR) --skip-files=database.yml --skip-dirs=$(OUTPUT_DIR),deployment,migrations,configs
.PHONY: swagger
swagger: # Run swagger.