Closed MarkVaughn closed 5 years ago
Hello @MarkVaughn,
The phpmnd package doesn't have an option to pass a list of files. Therefor it is not possible yet to run that tasks on the changed files only.
There is an option currently --whitelist allows you to pass a file containing file paths.
Git diff --names-only is what I use for this
My configuration
Steps to reproduce:
Result:
It seems all other tasks only run on the changed files, but MND runs on the whole project. Is this intentional or an oversight?