You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This need is especially useful with new steps enabling linting (cleanthat, eclipse cleanup, etc), which is more opinionated than formatting.
I believe it would be bad that each step implement implement its own exclusion mechanism, which it could be one way to go (through FilterByFileFormatterStep).
Is there any existing mechanism to achieve this ?
Is this was introduced as a new-feature, what would be the recommended design?
The text was updated successfully, but these errors were encountered:
There is no existing mechanism to achieve this. I would probably name it skipStep. Something like
skipStep('cleanthat').forFiles('Blah.java')
It is blocked on #1096. I try very hard not to be a blocker for things that people want to get merged, but there's a couple structural things that are piling up while I remain responsive on minor issues. I'm going to go dark on issues and PR's for the rest of this week until I am able to get a few of these blockers completed and merged.
In some cases, one need to exclude some step for some files. It happens in project requiring faulty code to remain faulty.
For instance :
This need is especially useful with new steps enabling linting (cleanthat, eclipse cleanup, etc), which is more opinionated than formatting.
FilterByFileFormatterStep
).The text was updated successfully, but these errors were encountered: