-
This error shows every time a web request is made. Nothing is shown when I click on "Show output...".
![error atom](https://cloud.githubusercontent.com/assets/259302/3984695/30c7fede-288a-11e4-851f-8…
-
Hello,
running phpcs against a folder of php site, I have a huge number of this:
PHP Notice: Undefined index: in /usr/share/pear/PHP/CodeSniffer/File.php on line 3476
PHP Notice: Undefined index: …
-
When Atom is launched from the command line with `atom`, it has access to `$PATH` as defined by the shell so the linter can often find executables.
But if Atom is launched via the dock, Spotlight, Ap…
-
I want to create a custom ruleset that would check PHP Files for compiliance with PSR-2. But it should only test `.php` files. I use PhpStorm as IDE. PhpStorm supports code sniffer integration but it …
-
PHPCS
- installed using Package Control
PHP_CodeSniffer
- installed using Pear.
- works fine by command line and in Sublime Text2.
PHP-CS-Fixer
- installed using:
sudo wget http://cs.sensiolabs.o…
-
PHP: 5.6.13
PHPCS: 2.3.4
So I'm unsure whether this is a known bug (can't find it in issues, closed or open), or i'm just using it wrong, not including a needed sniff etc. As it is, I'm unable to get…
-
I get this error whenever i try to use flycheck-mode
I've tried using a very minimal emacs init file that looks like:
``` elisp
(package-initialize)
(setq server-use-tcp t)
(require 'use-package)
(u…
-
Getting the following errors after pulling this morning's changes:
```
ci:PHPCI localadmin$ sudo /usr/bin/php /Library/Server/Web/Data/Sites/PHPCI/console phpci:run-builds
Password:
string(113) "expo…
-
This points out how to configure an event that feeds your grunt tasks with the changed files. We'd want to use the "smart" approach. https://github.com/gruntjs/grunt-contrib-watch#compiling-files-as-n…
-
I want to create a custom ruleset that would check PHP files for compliance with PSR-2, and JS files with Closure Linter. Is there a way to inherit the PSR-2 ruleset but make it not check JS files?
I…