8 lines
180 B
Makefile
8 lines
180 B
Makefile
lint:
|
|
buf lint
|
|
addlicense -check -f ./legal/header.txt -skip yaml -skip yml -skip xml .
|
|
|
|
legal: .legal
|
|
.legal:
|
|
addlicense -f ./legal/header.txt -skip yaml -skip yml -skip xml .
|