Autofix only the file in a specific directory
Looking at the readme there is a way to include/exclude files but if I want that a behavior is different based on the command?
Like I want the fix automatic on blade files but on the other stuff I want only the lint and report?
This is currently not possible. One way we could implement this is to allow Duster to accept a --config parameter. This way, you could point it to one for lint and another for fixing. However, things will get messy when considering support for the other configuration files (TLint, PHP_CodeSniffer, PHP CS Fixer, and Pint).
I'm closing for now as this is not currently planned.
This is very sad as it will be handy as parameter to have a exclude parameter in this way will work with any tool.
@Mte90 An exclude parameter would be a better solution and would be easier to implement in all tools.