Fix nix flake check
This commit is contained in:
parent
15c9a4a6a1
commit
850f5b40bc
3 changed files with 1 additions and 13 deletions
11
.vale.ini
11
.vale.ini
|
@ -1,11 +0,0 @@
|
||||||
StylesPath = .vale/styles
|
|
||||||
|
|
||||||
MinAlertLevel = suggestion
|
|
||||||
|
|
||||||
Vocab = General
|
|
||||||
|
|
||||||
# https://vale.sh/explorer
|
|
||||||
Packages = RedHat, proselint, write-good, alex
|
|
||||||
|
|
||||||
[*.{md}]
|
|
||||||
BasedOnStyles = Vale, RedHat, proselint, write-good, alex
|
|
|
@ -91,7 +91,7 @@ in
|
||||||
};
|
};
|
||||||
vale = {
|
vale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config.configPath = vale.directory.configFile;
|
settings.configPath = vale.directory.configFile;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
treefmt.programs.typos = {
|
treefmt.programs.typos = {
|
||||||
|
|
|
@ -36,6 +36,5 @@
|
||||||
};
|
};
|
||||||
pre-commit = {
|
pre-commit = {
|
||||||
markdownlint.enable = true;
|
markdownlint.enable = true;
|
||||||
vale.enable = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue