fix: abandon google addlicense use marmotedu addlicense
This commit is contained in:
2
Makefile
2
Makefile
@ -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.
|
||||
|
Reference in New Issue
Block a user