jcartledge / atom-phpcbf

https://atom.io/packages/phpcbf
MIT License
3 stars 6 forks source link

Compatibility issue with linter-phpcs #6

Closed burhandodhy closed 8 years ago

burhandodhy commented 8 years ago

When ever i run PHPCBFReformat function the standards warning given by linter-phpcs are gone.. Kindly solve this problem thanks

jcartledge commented 8 years ago

Hi,

I'm not sure I understand the issue.

PHPCBF corrects the problems identified by PHPCS. After running reformat you should not see any linting warnings because the problems causing them have been fixed.

If there are any problems PHPCBF doesn't fix then the linting warnings/errors remain visible - at least, that's what happens when I use it.

Can you please give me more information so I can reproduce the problem:

Thanks.

jcartledge commented 8 years ago

Please reopen with info requested if this is still an issue.