customize
This commit is contained in:
parent
525cc4925a
commit
65ab49716f
4 changed files with 29 additions and 6 deletions
|
@ -1 +0,0 @@
|
||||||
nixos/modules/nixos/services/adguardhome/default.nix:hashicorp-tf-password:47
|
|
|
@ -7,7 +7,7 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- args:
|
- args:
|
||||||
- --config-file
|
- --config-file
|
||||||
- .github/lint/.yamllint.yaml
|
- .yamllint.yaml
|
||||||
id: yamllint
|
id: yamllint
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.6.0
|
rev: v4.6.0
|
||||||
|
|
27
.yamllint.yaml
Normal file
27
.yamllint.yaml
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
---
|
||||||
|
ignore: |
|
||||||
|
.direnv/
|
||||||
|
.private/
|
||||||
|
.vscode/
|
||||||
|
*.sops.*
|
||||||
|
|
||||||
|
extends: default
|
||||||
|
|
||||||
|
rules:
|
||||||
|
truthy:
|
||||||
|
allowed-values: ["true", "false", "on"]
|
||||||
|
|
||||||
|
comments:
|
||||||
|
min-spaces-from-content: 1
|
||||||
|
|
||||||
|
line-length: disable
|
||||||
|
|
||||||
|
braces:
|
||||||
|
min-spaces-inside: 0
|
||||||
|
max-spaces-inside: 1
|
||||||
|
|
||||||
|
brackets:
|
||||||
|
min-spaces-inside: 0
|
||||||
|
max-spaces-inside: 0
|
||||||
|
|
||||||
|
indentation: enable
|
|
@ -3,12 +3,9 @@
|
||||||
version: "3"
|
version: "3"
|
||||||
|
|
||||||
includes:
|
includes:
|
||||||
sop:
|
sops:
|
||||||
taskfile: ".taskfiles/sops"
|
taskfile: ".taskfiles/sops"
|
||||||
dir: .taskfiles/sops
|
dir: .taskfiles/sops
|
||||||
nix:
|
|
||||||
taskfile: ".taskfiles/nix"
|
|
||||||
dir: "{{.ROOT_DIR}}"
|
|
||||||
pre:
|
pre:
|
||||||
taskfile: ".taskfiles/pre-commit"
|
taskfile: ".taskfiles/pre-commit"
|
||||||
dir: "{{.ROOT_DOR}}"
|
dir: "{{.ROOT_DOR}}"
|
||||||
|
|
Reference in a new issue