-
When bundle my app with gulp-zip, fonts getting corrupted. I am fixing this by uploading fonts as manually.
Here is my gulpfile.mjs
```
import rename from 'gulp-rename'
import gulp from 'gulp'…
-
Configurar coding standards PHP a serem adotadas no projeto.
-
### Description
Despite being excluded via `**/node_modules/**`, this error appears:
`Failed to locate a PHPCS configuration file for "/Users/obliviousharmony/.vscode/extensions/bmewburn.vscode-…
-
## Is your feature request related to a problem?
There are a number of command-line options which will not run a scan, but will show different output.
When processing the CLI arguments, the `Confi…
jrfnl updated
5 months ago
-
When you create a yaml file like this:
```yaml
version: "latest"
phpcs:
version: "1.1.1"
```
it's reasonable to expect that HM Linter will run as normal, and use 1.1.1 for PHPCS. What actu…
-
As per documentation
``` sh
$ ./vendor/bin/phpcs -i
The installed coding standards are MySource, PEAR, PHPCS, PSR1, PSR2, Squiz and Zend
```
When running
``` sh
$ ./vendor/bin/phpcs --help
```
the…
-
### Describe your question
I am using the below code for adding linting checks using github actions, but getting ENOENT error on action summary
```
name: WordPress Coding Standard Check
on: pu…
-
mac system
install phpcs via composer global require squizlabs/php_codesniffer
open vscode
installed phpcs extention
config it
exepath
/Users/usernama/.composer/vendor/squizlabs/ph…
-
## Is your feature request related to a problem?
It's difficult to write and maintain XML configuration rules to apply different subdirectories, as the existing configuration file syntax is oriente…
-
Would it be possible for the extension to check for `.phpcs.xml.dist`/`phpcs.xml.dist ` in addition to `phpcs.xml`?
Or choose to have the `--standard=` flag not be present, and then phpcs will look …