Skip to content

Commit 008ffac

Browse files
committed
helm: Pass ct lint.
1 parent df08976 commit 008ffac

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

kubernetes/chart/zulip/Chart.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ description: Zulip is an open source threaded team chat that helps teams stay pr
33
name: zulip
44
type: application
55
icon: https://raw.githubusercontent.com/zulip/zulip/main/static/images/logo/zulip-icon-square.svg
6+
maintainers:
7+
- name: zulip
8+
url: https://chat.zulip.org/
69
## This is the chart version. This version number should be
710
## incremented each time you make changes to the chart and its
811
## templates, including the app version. Versions are expected to

lintconf.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
# This is consumed by `yamllint`, which is run by `ct lint`
3+
rules:
4+
comments:
5+
min-spaces-from-content: 1 # Due to prettier: https://github.com/prettier/prettier/pull/10926

0 commit comments

Comments
 (0)