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?