Phpinsights: PHPCodeSniffer ruleset.xml file support

Created on 25 Sep 2019  路  4Comments  路  Source: nunomaduro/phpinsights

| Q | A
| ---------------- | -----
| Bug report? | no
| Feature request? | no
| Library version | latest

Doubt

I have a personal project that already uses a custom set of PHPCodeSniffer + Slevomat in xml file.
I did some testing with PHPinsigths and found it amazing (Congratulations)

I was wondering if there is any way for PHPInsights to use my custom PHPcs file (xml) as rules, as it keeps alerting me to standard CodeSniffer rules that I'm not using anymore.

Thanks.