Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit fc5622c

Browse files
committed
Remove RST linter, ignore yamllint on sopsfile
Signed-off-by: anthr76 <[email protected]>
1 parent 0bedeaf commit fc5622c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Sops
2+
.decrypted~*.yaml

.pre-commit-config.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ repos:
88
- id: check-merge-conflict
99
- id: detect-private-key
1010
- id: trailing-whitespace
11-
- repo: https://github.com/Lucas-C/pre-commit-hooks-markup
12-
rev: v1.0.1
13-
hooks:
14-
- id: rst-linter
1511
- repo: https://github.com/adrienverge/yamllint
1612
rev: v1.25.0
1713
hooks:

tests/basic-auth-enc.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yamllint disable
12
apiVersion: ENC[AES256_GCM,data:EB4=,iv:OmAbqRBqdMhIyBFpaAvxGmEQYaZjLijMPEo5ZYc0ySU=,tag:vDfHvfO/WIFXM+hxHPVZFA==,type:str]
23
data:
34
password: ENC[AES256_GCM,data:mTRYYopHASkVUB2E,iv:JacQOg+UMokmgnf8x7UM7sBT6zfqdVPXNYaBmbel094=,tag:nLDJp9DD8u8KJoP+0eV/Cw==,type:str]

0 commit comments

Comments
 (0)