help.lint.checks: ignore words without defined word-help.

This allows us to skip words that use the $default help.
locals-and-roots
John Benediktsson 2016-04-05 19:03:08 -07:00
parent aaae4bcf9f
commit 8c158aa68f
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ SYMBOL: vocab-articles
[ parsing-word? ]
[ "declared-effect" word-prop not ]
[ constant? ]
[ "word-help" word-prop not ]
} 1|| ;
: skip-check-values? ( word element -- ? )