jcartledge / atom-phpcbf

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

check for phpcs.xml in project #7

Closed UziTech closed 8 years ago

UziTech commented 8 years ago

This should check for phpcs.xml or phpcs.ruleset.xml in the project directory like linter-phpcs

jcartledge commented 8 years ago

Hi - can you point me to where that feature is documented? I'm not aware of it. Thanks.

UziTech commented 8 years ago

https://github.com/AtomLinter/linter-phpcs/blob/master/lib/main.coffee#L110

Here is where they implement it

jcartledge commented 8 years ago

This looks like it could be useful, but it's not something I have any use for at the moment, and I'm not really into reverse engineering the spec from the linter-phpcs implementation.

Happy to review a pull request if you (or anyone else) want to provide one.