1
0
Fork 0

Fix nix flake check

This commit is contained in:
Ethan Reece 2025-07-10 06:33:43 -05:00
parent 15c9a4a6a1
commit 850f5b40bc
Signed by: me
GPG key ID: 198E9EB433DB1B28
3 changed files with 1 additions and 13 deletions

View file

@ -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

View file

@ -91,7 +91,7 @@ in
};
vale = {
enable = true;
config.configPath = vale.directory.configFile;
settings.configPath = vale.directory.configFile;
};
};
treefmt.programs.typos = {

View file

@ -36,6 +36,5 @@
};
pre-commit = {
markdownlint.enable = true;
vale.enable = true;
};
}