boilr-validate
This is a boilr template for creating a validation extension. Use a validation extension to create and enforce custom yaml linting rules. Get started by cloning the project and installing the template:
$ cd boilr-validate
$ boilr template save . drone-validate -fcreate a project in directory my-validator:
$ boilr template use drone-validate my-validatorenter the docker registry name for this project:
[?] Please choose a value for "DockerRepository" [default: "foo/bar"]:
enter the go module name:
[?] Please choose a value for "GoModule" [default: "github.com/foo/bar":