Closed guybedford closed 2 years ago
Currently chomp --force will invalidate all tasks, including init tasks which use the invalidation = 'not-found' pattern, which can have unwanted results.
chomp --force
invalidation = 'not-found'
This makes force skip invalidation = 'not-found' "init tasks".
Currently
chomp --force
will invalidate all tasks, including init tasks which use theinvalidation = 'not-found'
pattern, which can have unwanted results.This makes force skip
invalidation = 'not-found'
"init tasks".