-
Hello,
I am trying to use this hook on my windows with gitbash.
While committing the files it prompts me as
"9ceafc16be2f0e3d13d80456028bcfef94f0b1d1
.git/hooks/pre-commit: line 106: C:/xampp/php/PE…
-
I'm running the `log` reporter followed by the `fail` reporter, and unexpectedly, the fail reporter is failing on warnings:
```
[10:08:03] PHP Code Sniffer found a problem in C:\Users\Tim\Dropbox\…
-
I'd like to re-open the discussion around whether the paths registered with PHPCS should be absolute or relative paths.
Some previous issues related to this: #14, #33, #73
### Current status aft…
jrfnl updated
2 years ago
-
Commented @ #91 maybe it would be nice to have a new standard, similar to the `moodle-extra` one for easier use by tools that are checking plugins and not core, namely CiBoT and moodle-plugin-ci.
T…
-
## Setting the scene
PHPCS 4.0 will have a minimum supported PHP version of PHP 7.2.
PHP 7.2 allows for:
* Adding parameter type declarations, with the exception of union/intersection/DNF/mixed…
jrfnl updated
7 months ago
-
I generate phpcs violations to XML log file via this command:
```
bin/phpcs --report-xml=build/phpcs.xml
```
Then in my `phpdox.xml.dist` file I have enabled the following enrichers (phploc, git, ph…
ghost updated
7 years ago
-
## Describe the bug
Using PSR12 standard on files with HTML & PHP complex lines get processed resulting with weird indentation.
### Code sample
```php
value="" aria-describedby="LoginError"/>
…
-
Im using php 7.2.9, xdebug 2.6.1, phpdox 1.11.2, phpunit 7.3.5, phpcs 3.3.1, phpmd 2.6.0
Runnig phpdox give me no errors...
There is no output from those enriches.
Look at https://github.com/ner…
-
We could instead call tools with `--config=vendor/.../eslint.js`, etc. That way everything stays DRY and consistent without any maintenance.
We could also symlink if they don't.
Some tools migh…
-
It would be great to filter files for recursive dictionary scans or to filter class names that are assumed autoloadable but not provided by the bootstrapping.
May either add comma-separated lists wit…