Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ write-good.Weasel = NO # too arbitrary
# Vale.Avoid = NO
Vale.Repetition = NO # replaced by good-write.Illusions which has an adjustable error level
Vale.Spelling = NO # replaced by Fly.Spelling
# Vale.Terms = NO
Vale.Terms = NO # noisy false positives: enforces vocab-term casing even inside code, and prints raw regex vocab entries as suggested fixes

[formats]
markerb = md # maps our markerb file extension to md for linting
Loading