fix: disable document-start
rule for yamllint
This commit is contained in:
parent
65db257b33
commit
6d85bb5bdb
20
flake.nix
20
flake.nix
@ -114,13 +114,11 @@
|
|||||||
actionlint.enable = true;
|
actionlint.enable = true;
|
||||||
deadnix.enable = true;
|
deadnix.enable = true;
|
||||||
flake-checker.enable = true;
|
flake-checker.enable = true;
|
||||||
lychee = {
|
lychee.enable = true;
|
||||||
enable = true;
|
lychee.args = [
|
||||||
args = [
|
"--exclude"
|
||||||
"--exclude"
|
"^https://.+\\.backblazeb2\\.com"
|
||||||
"^https://.+\\.backblazeb2\\.com"
|
];
|
||||||
];
|
|
||||||
};
|
|
||||||
markdownlint.enable = true;
|
markdownlint.enable = true;
|
||||||
nixfmt-rfc-style.enable = true;
|
nixfmt-rfc-style.enable = true;
|
||||||
ripsecrets.enable = true;
|
ripsecrets.enable = true;
|
||||||
@ -128,9 +126,13 @@
|
|||||||
typos.enable = true;
|
typos.enable = true;
|
||||||
yamlfmt.enable = true;
|
yamlfmt.enable = true;
|
||||||
yamllint.enable = true;
|
yamllint.enable = true;
|
||||||
|
yamllint.args = [
|
||||||
|
"--config-file"
|
||||||
|
".yamllint"
|
||||||
|
"--format"
|
||||||
|
"parsable"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
# https://github.com/cachix/devenv/issues/528
|
|
||||||
containers = { };
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user