Skip to content

Commit

Permalink
Disables self defeating linting rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jvs-kialo committed May 31, 2024
1 parent 6979414 commit 751c46e
Show file tree
Hide file tree
Showing 4 changed files with 770 additions and 69 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"squizlabs/php_codesniffer": "^3.7",
"moodlehq/moodle-cs": "^3.4",
"phpunit/phpunit": "^9.6",
"friendsofphp/php-cs-fixer": "^3.25",
"friendsofphp/php-cs-fixer": "^3.58",
"phpro/grumphp-shim": "^1.13"
},
"config": {
Expand All @@ -40,7 +40,7 @@
"phpcs --config-set default_standard moodle"
],
"lint": [
"phpcs --standard=moodle --ignore=vendor,development .",
"phpcs --standard=moodle --ignore=vendor,development -s .",
"php-cs-fixer fix --dry-run --diff"
],
"fix": [
Expand Down
Loading

0 comments on commit 751c46e

Please sign in to comment.