fix: remove lychee and typos git-hooks
This commit is contained in:
parent
4daf75938f
commit
ba8fe76c1c
10
.typos.toml
10
.typos.toml
@ -1,10 +0,0 @@
|
||||
[default]
|
||||
extend-ignore-re = [
|
||||
# Ignore `files = "";` declarations
|
||||
"(?Rm)^\\s*files\\s*=.*;$",
|
||||
"(?Rm)^\\s*color\\d*\\s*=.*;$"
|
||||
]
|
||||
|
||||
[default.extend-words]
|
||||
lazer = "lazer"
|
||||
ba = "ba"
|
10
flake.nix
10
flake.nix
@ -153,18 +153,8 @@
|
||||
actionlint = default;
|
||||
deadnix = default;
|
||||
# flake-checker = default;
|
||||
lychee = default // {
|
||||
args = [
|
||||
"--exclude-all-private"
|
||||
"--exclude"
|
||||
"^https://.*\\.backblazeb2\\.com"
|
||||
"--exclude"
|
||||
"^https://.*\\.ataraxiadev\\.com"
|
||||
];
|
||||
};
|
||||
markdownlint = default;
|
||||
nixfmt-rfc-style = default;
|
||||
typos = default;
|
||||
yamlfmt = default;
|
||||
yamllint = default // {
|
||||
args = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user