-
I use wodby/drupal-php (docker4drupal), which have inside a phpcs
`docker-compose exec php phpcs --version`
> PHP_CodeSniffer version 3.3.2 (stable) by Squiz (http://www.squiz.net)
Can I use this…
-
https://github.com/stevegrunwell/wp-enforcer/blob/develop/bin/hooks/pre-commit#L9
This line is hard-coded and does not respect the `-c` flag of the CLI.
```shell
# Determine if we have a phpcs.…
ghost updated
7 years ago
-
I really want this ext to work. I tried everything.
```
System:
OS: macOS Sierra 10.12.6
CPU: x64 Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz
Memory: 989.34 MB / 16.00 GB
Shell: …
-
Run a test action with all parameters to ensure we don't regress in future with https://github.com/codemanufacture/magento-coding-standard-action/commit/c053dc438c994b49626ad59a60f445c69eb5f9e4
Use…
-
I have sniffs enabled to ensure that function braces are on the separate lines si this style is enforced:
```php
public function __construct(A $a)
{
$this->a = $a;
}
```
and this is not…
-
## Describe the bug
`Squiz.Commenting.FunctionComment.MissingParamName` is triggered for valid @param docblock
### Code sample
```php
-
Improve coding standards across Action Scheduler. We should pass our own linting tests, and ideally those should intersect with the WPCS checks implemented by the WooCommerce Marketplace.
- This ac…
-
Following what other Coding standards using PHPCS are doing, We should consider dropping PHPCS 2.x support by August 31, 2018
Example of what another Coding standard is doing (details of why are dr…
-
Im stumped.
in order to get grunt-phpcs running, i did the standard npm install, and configured my Gruntfile.js
phpcs: {
application: {
dir: 'src'
},
…
-
[https://code.visualstudio.com/docs/editor/variables-reference](https://code.visualstudio.com/docs/editor/variables-reference)
I can't get this extension to work. I am using tasks with variables, l…