mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore: improved repository management
This commit is contained in:
@@ -11,6 +11,9 @@ charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[.vscode/*.json]
|
||||
insert_final_newline = false
|
||||
|
||||
[*.xml]
|
||||
indent_size = 2
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
|
||||
rev: v9.9.0
|
||||
rev: v9.10.0
|
||||
hooks:
|
||||
- id: commitlint
|
||||
stages:
|
||||
@@ -17,8 +17,9 @@ repos:
|
||||
- id: check-added-large-files
|
||||
- id: trailing-whitespace
|
||||
args:
|
||||
- --markdown-linebreak-ext=md # ignore markdown's line break
|
||||
- --markdown-linebreak-ext=md # ignore markdown file's line break
|
||||
- id: end-of-file-fixer
|
||||
exclude: ^.vscode/.*\.json$
|
||||
- id: check-json
|
||||
- id: check-xml
|
||||
- id: check-yaml
|
||||
|
||||
2
.vscode/extensions.json
vendored
2
.vscode/extensions.json
vendored
@@ -15,4 +15,4 @@
|
||||
"redhat.ansible",
|
||||
"redhat.vscode-yaml"
|
||||
]
|
||||
}
|
||||
}
|
||||
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -43,6 +43,7 @@
|
||||
"diffpdf",
|
||||
"dkms",
|
||||
"dnsmasq",
|
||||
"dotfiles",
|
||||
"dpkg",
|
||||
"duperemove",
|
||||
"eeprom",
|
||||
@@ -111,6 +112,7 @@
|
||||
"radeon",
|
||||
"replicatedctl",
|
||||
"rfkill",
|
||||
"ripsecrets",
|
||||
"rmmod",
|
||||
"rootlv",
|
||||
"rootvg",
|
||||
@@ -121,6 +123,7 @@
|
||||
"setfacl",
|
||||
"setfattr",
|
||||
"slurm",
|
||||
"SPIFFE",
|
||||
"sshfs",
|
||||
"sshpass",
|
||||
"subsequentially",
|
||||
@@ -135,6 +138,7 @@
|
||||
"tmpfs",
|
||||
"tolerations",
|
||||
"tput",
|
||||
"trufflehog",
|
||||
"turris",
|
||||
"twrp",
|
||||
"uncordon",
|
||||
@@ -150,4 +154,4 @@
|
||||
|
||||
"markdown.extension.toc.levels": "2..6",
|
||||
"markdown.extension.toc.orderedList": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user