We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655c56e commit f2c0a93Copy full SHA for f2c0a93
.gitignore
@@ -13,4 +13,7 @@ devenv.local.nix
13
# pre-commit
14
.pre-commit-config.yaml
15
16
+# vale
17
+.vale.styles/
18
+
19
coverage.*
.vale.ini
@@ -0,0 +1,7 @@
1
+MinAlertLevel = suggestion
2
+StylesPath = .vale.styles
3
4
+[*.md]
5
+BasedOnStyles = Vale
6
7
+Vale.Spelling = warning
devenv.nix
@@ -52,6 +52,7 @@
52
53
git-hooks.hooks.actionlint.enable = true;
54
git-hooks.hooks.nixfmt-rfc-style.enable = true;
55
+ git-hooks.hooks.vale.enable = true;
56
57
scripts."wasm-trampoline-coverage" = {
58
description = "Run wasm-trampoline-coverage";
0 commit comments