mrtazz / checkmake

experimental linter/analyzer for Makefiles
MIT License
1.04k stars 45 forks source link

Allow exceptions to timestampexpanded #25

Closed JonZeolla closed 4 years ago

JonZeolla commented 5 years ago

Expected behaviour

A user should be able to configure a rule that whitelists a string in the timestampexpanded rule. For instance, update.

Output of checkmake --version

checkmake  built at  by  with

(Wow, that output wasn't expected!)

mrtazz commented 4 years ago

this makes sense but is essentially a special case of https://github.com/mrtazz/checkmake/issues/31. So I'm closing this in favour of the more general feature. Thanks for submitting!

JonZeolla commented 4 years ago

For those looking for a workaround for this issue you could create a blanket checkmake.ini that disables timestampexpanded entirely:

[timestampexpanded]
disabled = true