* rm Helm chart starter directory * rm Helm release playbook * rm Helm install from docs * rm Helm chart workflows * rm Helm starter from yamllint * rm Helm targets from Makefile * Revert "rm Helm targets from Makefile" This reverts commit da383601683c7fe277fce61a4d62bd0380ff2bd2. * remove helm from Makefile * rm kubectl-slice and yp from Makefile
20 lines
304 B
Plaintext
20 lines
304 B
Plaintext
---
|
|
extends: default
|
|
|
|
ignore: |
|
|
.cache/
|
|
kustomization.yaml
|
|
awx-operator.clusterserviceversion.yaml
|
|
bundle
|
|
hacking/
|
|
|
|
rules:
|
|
truthy: disable
|
|
line-length:
|
|
max: 170
|
|
document-start: disable
|
|
comments-indentation: disable
|
|
indentation:
|
|
level: warning
|
|
indent-sequences: consistent
|