File tree Expand file tree Collapse file tree
commodore/component-template/{{ cookiecutter.slug }} Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 line-length :
66 max : 80
77 level : warning
8+
9+ ignore : |
10+ dependencies/
11+ helmcharts/
12+ manifests/
13+ vendor/
14+ compiled/
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ lint_jsonnet: $(JSONNET_FILES) ## Lint jsonnet files
2222 $(JSONNET_DOCKER ) $(JSONNETFMT_ARGS ) --test -- $?
2323
2424.PHONY : lint_yaml
25- lint_yaml : $( YAML_FILES ) # # Lint yaml files
26- $(YAMLLINT_DOCKER ) -f parsable -c $(YAMLLINT_CONFIG ) $(YAMLLINT_ARGS ) -- $?
25+ lint_yaml : # # Lint yaml files
26+ $(YAMLLINT_DOCKER ) -f parsable -c $(YAMLLINT_CONFIG ) $(YAMLLINT_ARGS ) -- .
2727
2828.PHONY : lint_adoc
2929lint_adoc : # # Lint documentation
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ JSONNETFMT_ARGS ?= --in-place --pad-arrays
1313JSONNET_IMAGE ?= docker.io/bitnami/jsonnet:latest
1414JSONNET_DOCKER ?= $(DOCKER_CMD ) $(DOCKER_ARGS ) $(root_volume ) --entrypoint=jsonnetfmt $(JSONNET_IMAGE )
1515
16- YAML_FILES ?= $(shell find . -type f -not -path './vendor/* ' \( -name '* .yaml' -or -name '* .yml' \) )
1716YAMLLINT_ARGS ?= --no-warnings
1817YAMLLINT_CONFIG ?= .yamllint.yml
1918YAMLLINT_IMAGE ?= docker.io/cytopia/yamllint:latest
You can’t perform that action at this time.
0 commit comments