-
Hi, with flycheck 0.22, the php-phpcs checker doesn't run on buffer.
First I run flycheck-select-checker and choose php-phpcs. When I run flycheck-next-error, I get 'No more Flycheck errors.'
I hav…
-
When working with VVV manually, I used to change the `Customfile` and add paths using `config.vm.synced_folder`. That way, I kept my sites in `~/dev/work/sites` and my VVV install in `~/dev/vagrant`. …
-
### Description
The beautification process runs for a ling time, aprox 1 minute or more and the file is beautified
### Steps to Reproduce
1. set PHPCBF as PHP beautifier
### Debug
# Atom Beautify - D…
-
I just noticed that since the 2.0 version the `` directive stopped working for a specific code. This still works for a complete sniff, but I've always wanted to be as specific with excludes as possibl…
-
Hi guys!
Amazing what you are doing.
Reading the code I've found myself reading "Drupal way" code style. I know Gardfield is in the PHP-FIG.
Why not changing to the PSR-1, PSR-2 code styles?
Would be …
-
I installed globally via composer
Getting the error below when I try to run with Laravel Standard
```
ERROR: the "~/.composer/vendor/pragmarx/laravelcs/Standards/Laravel" coding standard is not inst…
-
Hello,
Few weeks ago, I made a research about fundamental flaws in PHP-CS-Fixer. I have made extensive changes into PHP-CS-Fixer code - but I decided not PR them as I would not have time to battle al…
-
Hello, I'm trying to attach phpcs to my project and I'm not successful in that ;(
this is my conf file
``` php
-
No teste 10 não está a fazer correctamente o PAR.
Devia:
;;retorna (("x" . 2))
(psr-atribuicoes psr1)
Actual:
;;retorna (("x" 2))
Achas que temos problema nisto?
-
I want to ignore certain rules, specifically Wordpress.Function.CallSignature. According to https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards#user-content-using-custom-ruleset, …