Skip to content

Commit

Permalink
ignore warning
Browse files Browse the repository at this point in the history
  • Loading branch information
torounit committed Mar 11, 2024
1 parent f34401a commit dec9cd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test": "phpunit",
"format": "phpcbf --standard=./phpcs.xml.dist --report-summary --report-source",
"lint": "phpcs --standard=./phpcs.xml.dist",
"phpcs": "phpcs --standard=./phpcs.xml.dist --warning-severity=6"
"phpcs": "phpcs --standard=./phpcs.xml.dist"
},
"config": {
"allow-plugins": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"wp-env": "wp-env",
"test-unit-php": "wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/schedule-terms/phpunit.xml.dist --verbose'",
"packages-update": "wp-scripts packages-update",
"lint-php": "./vendor/bin/phpcs --standard=./phpcs.xml.dist",
"lint-php": "./vendor/bin/phpcs --standard=./phpcs.xml.dist --warning-severity=6",
"test": "wp-scripts test-unit-js",
"start": "wp-scripts start ./src/admin/ ./src/editor/",
"build": "wp-scripts build ./src/admin/ ./src/editor/",
Expand Down

0 comments on commit dec9cd4

Please sign in to comment.