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.
2 parents 88c7907 + 3ff56e8 commit d9ead2dCopy full SHA for d9ead2d
.vale.ini
@@ -11,5 +11,10 @@ BasedOnStyles = Infrahub
11
;(```.*?```\n) to ignore code block in .mdx
12
BlockIgnores = (?s) *((import.*?\n)|(```.*?```\n))
13
14
+[*.toml]
15
+# Ignore all rules for toml files, to prevent false positives
16
+# in files like pyproject.toml
17
+BasedOnStyles =
18
+
19
[*]
20
BasedOnStyles = Infrahub
0 commit comments