makefile: ignore copyright for docker files and migration files
This commit is contained in:
parent
ab26e9d585
commit
a9a6f6ad49
2
Makefile
2
Makefile
@ -42,7 +42,7 @@ format: # format code.
|
|||||||
|
|
||||||
.PHONY: add-copyright
|
.PHONY: add-copyright
|
||||||
add-copyright: # add license to file headers.
|
add-copyright: # add license to file headers.
|
||||||
@addlicense -v -f $(ROOT_DIR)/LICENSE -ignore third_party/** -ignore vendor/** -ignore $(OUTPUT_DIR) $(ROOT_DIR)
|
@addlicense -v -f $(ROOT_DIR)/LICENSE -ignore deployment/** -ignore migrations/** -ignore $(OUTPUT_DIR) $(ROOT_DIR)
|
||||||
|
|
||||||
.PHONY: swagger
|
.PHONY: swagger
|
||||||
swagger: # Run swagger.
|
swagger: # Run swagger.
|
||||||
|
Loading…
Reference in New Issue
Block a user