help.lint.checks: ignore words without defined word-help.
This allows us to skip words that use the $default help.locals-and-roots
parent
aaae4bcf9f
commit
8c158aa68f
|
@ -78,6 +78,7 @@ SYMBOL: vocab-articles
|
||||||
[ parsing-word? ]
|
[ parsing-word? ]
|
||||||
[ "declared-effect" word-prop not ]
|
[ "declared-effect" word-prop not ]
|
||||||
[ constant? ]
|
[ constant? ]
|
||||||
|
[ "word-help" word-prop not ]
|
||||||
} 1|| ;
|
} 1|| ;
|
||||||
|
|
||||||
: skip-check-values? ( word element -- ? )
|
: skip-check-values? ( word element -- ? )
|
||||||
|
|
Loading…
Reference in New Issue