We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3765930 commit afa93c2Copy full SHA for afa93c2
1 file changed
.mise.toml
@@ -36,4 +36,6 @@ harper-cli lint --user-dict-path .config/lingo.dic --dialect au \
36
"""
37
38
[tasks.dg-check]
39
-run = "dg validate --pattern 'docs/architecture/*.md'"
+# Ignore some S rules that apply to README.md
40
+# U011 ignored as dg appears unable to resolve user identifiers
41
+run = "dg validate --skip S032,S010,U011"
0 commit comments