marlonfan / coc-phpls

🐭 php language server for coc.nvim
MIT License
211 stars 17 forks source link

.phpcs.xml file not being applied #111

Open sandrodz opened 2 years ago

sandrodz commented 2 years ago

Describe the bug .phpcs.xml used to work fine, no it is not being considered.

To Reproduce Steps to reproduce the behavior:

  1. create .phpcs.xml file inside your project that overrides defaults linting behaviour PEAR
  2. open project files in vim3.
  3. No overrides are considered/applied

Expected behavior .phpcs.xml file to configure linting behaviour

Screenshots If applicable, add screenshots to help explain your problem.

Screenshot 2022-03-18 at 10 23 58 Screenshot 2022-03-18 at 10 24 39

Desktop (please complete the following information):

Additional context It used to work, something changed recently that broke it.