From 656f28a34c4a090a1c2bbbb66b03cd7f106e5902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Wed, 14 Aug 2024 10:30:08 +0300 Subject: [PATCH] Move yamllint config to separate file --- .yamllint | 4 ++++ bind/bind-secondary.yaml | 1 - freescout/application.yml | 1 - longhorn-system/application-extras.yml | 1 - passmower/proxmox.yaml | 1 - passmower/prusa.yaml | 1 - passmower/texts.yml | 1 - passmower/values.yaml | 1 - passmower/voron.yaml | 1 - 9 files changed, 4 insertions(+), 8 deletions(-) create mode 100644 .yamllint diff --git a/.yamllint b/.yamllint new file mode 100644 index 0000000..c66c0fe --- /dev/null +++ b/.yamllint @@ -0,0 +1,4 @@ +extends: default +ignore-from-file: .gitignore +rules: + line-length: disable diff --git a/bind/bind-secondary.yaml b/bind/bind-secondary.yaml index 1d4203f..4538f75 100644 --- a/bind/bind-secondary.yaml +++ b/bind/bind-secondary.yaml @@ -1,4 +1,3 @@ -# yamllint disable rule:line-length --- apiVersion: v1 kind: ConfigMap diff --git a/freescout/application.yml b/freescout/application.yml index e187584..a5a6516 100644 --- a/freescout/application.yml +++ b/freescout/application.yml @@ -1,4 +1,3 @@ -# yamllint disable rule:line-length --- apiVersion: codemowers.cloud/v1beta1 kind: OIDCMiddlewareClient diff --git a/longhorn-system/application-extras.yml b/longhorn-system/application-extras.yml index 33b4627..d16b1a8 100644 --- a/longhorn-system/application-extras.yml +++ b/longhorn-system/application-extras.yml @@ -1,4 +1,3 @@ -# yamllint disable rule:line-length --- apiVersion: codemowers.cloud/v1beta1 kind: OIDCMiddlewareClient diff --git a/passmower/proxmox.yaml b/passmower/proxmox.yaml index bdfbce3..1fd5701 100644 --- a/passmower/proxmox.yaml +++ b/passmower/proxmox.yaml @@ -1,4 +1,3 @@ -# yamllint disable rule:line-length --- apiVersion: codemowers.cloud/v1beta1 kind: OIDCMiddlewareClient diff --git a/passmower/prusa.yaml b/passmower/prusa.yaml index 645fb40..b573926 100644 --- a/passmower/prusa.yaml +++ b/passmower/prusa.yaml @@ -1,4 +1,3 @@ -# yamllint disable rule:line-length --- apiVersion: codemowers.cloud/v1beta1 kind: OIDCMiddlewareClient diff --git a/passmower/texts.yml b/passmower/texts.yml index ed51171..0c769ac 100644 --- a/passmower/texts.yml +++ b/passmower/texts.yml @@ -1,4 +1,3 @@ -# yamllint disable rule:line-length --- apiVersion: v1 kind: ConfigMap diff --git a/passmower/values.yaml b/passmower/values.yaml index 39b54c4..6dd9dcb 100644 --- a/passmower/values.yaml +++ b/passmower/values.yaml @@ -1,4 +1,3 @@ -# yamllint disable rule:line-length --- nameOverride: "" fullnameOverride: "" diff --git a/passmower/voron.yaml b/passmower/voron.yaml index a80f9af..77fb669 100644 --- a/passmower/voron.yaml +++ b/passmower/voron.yaml @@ -1,4 +1,3 @@ -# yamllint disable rule:line-length --- apiVersion: codemowers.cloud/v1beta1 kind: OIDCMiddlewareClient