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 will add the mess detector markers, but remove them shortly after if the cs fixer makes any changes to the file. Ideally some form of ordering is available to be able to customize this behaviour.
The text was updated successfully, but these errors were encountered:
I've just been looking into this and it's an interesting one. Technically the php-cs-fixer is running first, from what I can see, but the sniffers run after but don't see the fixer change.. I see the opposite of you. So I actually see the markers in the gutter, but they are wrong, because the fixer has fixed the issues.
So are you wanting to run the fixer, and then see what sniffs are found afterwards?
I've just been looking into this and it's an interesting one.
Technically the php-cs-fixer is running first, from what I can see, but
the sniffers run after but don't see the fixer change.. I see the
opposite of you. So I actually see the markers in the gutter, but they
are wrong, because the fixer has fixed the issues.
So are you wanting to run the fixer, and then see what sniffs are found
afterwards?
Reply to this email directly or view it on GitHub: #126 (comment)
The ordering seems to cause some issue.
For example:
This will add the mess detector markers, but remove them shortly after if the cs fixer makes any changes to the file. Ideally some form of ordering is available to be able to customize this behaviour.
The text was updated successfully, but these errors were encountered: