Skip to content

Commit

Permalink
ci: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Dec 17, 2024
1 parent d0018d9 commit 0c1c672
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ remote: origin
target-branch: main
chart-dirs:
- charts
chart-repos:
- jaeger=https://jaegertracing.github.io/helm-charts
helm-extra-args: --timeout 600s --values values-minikube.yaml -set-string appDomain=.localhost
helm-lint-extra-args: --values values-minikube.yaml --set-string appDomain=.localhost
10 changes: 8 additions & 2 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,18 @@ yq eval -o=json charts/trustify/values.schema.yaml > charts/trustify/values.sche
helm lint ./charts/trustify --values values-minikube.yaml --set-string appDomain=.localhost
```

Lint even more:
Quick lint even more:

```shell
ct lint --charts ./charts/trustify --helm-lint-extra-args "--values values-minikube.yaml --set-string appDomain=.localhost"
ct lint --charts ./charts/trustify --helm-lint-extra-args "--values values-minikube.yaml --set-string appDomain=.localhost"
```

Lint like CI:

```shell
ct lint --config .github/ct.yaml --all
```

## Find that whitespace

```shell
Expand Down

0 comments on commit 0c1c672

Please sign in to comment.