Skip to content

Commit afa93c2

Browse files
committed
Fix dg-check
1 parent 3765930 commit afa93c2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.mise.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ harper-cli lint --user-dict-path .config/lingo.dic --dialect au \
3636
"""
3737

3838
[tasks.dg-check]
39-
run = "dg validate --pattern 'docs/architecture/*.md'"
39+
# 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

Comments
 (0)