Skip to content

Commit e1f3810

Browse files
authored
Merge pull request #4 from rackerchris/test-pre-commit
feat: test yamllint
2 parents 4a196b7 + 82370eb commit e1f3810

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ repos:
6464
- manual
6565
args:
6666
- >-
67-
-d {extends: default, rules: {line-length: disable},
68-
ignore: [submodules/]}
67+
-d {extends: default, rules: {line-length: {disable: true}, indentation: {spaces: 2}}, ignore: [submodules/]}
6968
- repo: https://github.com/ansible-community/ansible-lint
7069
rev: v24.9.2
7170
hooks:

.yamllint

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
rules:
2+
indentation:
3+
spaces: 2

applications/overlays/cluster-example/managed-services/cert-manager/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Cert-Manager automates the management and renewal of TLS certificates. You can r
44

55
It will be deployed in the `rackspace-system` namespace, providing certificate management functionality. Additionally, it configures a CA issuer that applications running in the same namespace can leverage.
66

7-
For any changes or customization, modify the `values.yaml` file or create Kubernetes manifest file.
7+
For any changes or customization, modify the `values.yaml` file or create Kubernetes manifest file.

0 commit comments

Comments
 (0)