iamcco/diagnostic-languageserver

How to use phpcs.xml.dist configuration file

Open

#44 geöffnet am 22. Jan. 2021

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (30 Forks)github user discovery
help wanted

Repository-Metriken

Stars
 (437 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

I've setup PHP_CodeSniffer (phpcs) using the settings outlined in the wiki. I've also created a phpcs.xml.dist configuration file, however it does not seem to be picking up the rule exclusions I have setup in the xml file.

Is there additional configuration necessary to pick up that config file?

Here are my settings...

https://gist.github.com/caschbre/22971e36fbcdc17d089fc424b491b598

Contributor Guide