houndci / hound

Automated code review for GitHub pull requests.
https://houndci.com
MIT License
1.95k stars 401 forks source link

provide a way to config php lint #1660

Open boly38 opened 5 years ago

boly38 commented 5 years ago

following #313 and according to the documentation, php code_sniffer is ready to use :+1:

As end-user I would like a way to customize the ruleset (enhancement).

For instance, I would like to be able to setup the following .phpcs.xml in my .hound.yml configuration

phpcs:
  enabled: true
  config: .phpcs.xml

I've done the test through geokrety/geokrety-website/pull/246 but seems not ready to use today

gylaz commented 5 years ago

Hi @boly38,

phpcs config should be supported, exactly how you specified it. It seems that there might be a problem with something. Let me dig into your PR and see what the issue might be.

boly38 commented 5 years ago

any news?