Skip to content

Commit 1694ab3

Browse files
authored
ci: enforce all linter rules to be respected (#1119)
1 parent 90e8208 commit 1694ab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"require-dev": {
4141
"aidan-casey/mock-client": "dev-master",
42-
"carthage-software/mago": "0.22.0",
42+
"carthage-software/mago": "0.22.2",
4343
"guzzlehttp/psr7": "^2.6.1",
4444
"illuminate/view": "~11.7.0",
4545
"mikey179/vfsstream": "^2.0@dev",
@@ -179,7 +179,7 @@
179179
"phpunit": "vendor/bin/phpunit --display-warnings --display-skipped --display-deprecations --display-errors --display-notices",
180180
"coverage": "vendor/bin/phpunit --coverage-html build/reports/html --coverage-clover build/reports/clover.xml",
181181
"mago:fmt": "vendor/bin/mago fmt && vendor/bin/mago lint --fix --potentially-unsafe --fmt",
182-
"mago:lint": "vendor/bin/mago lint",
182+
"mago:lint": "vendor/bin/mago lint --minimum-level=note",
183183
"phpstan": "vendor/bin/phpstan analyse src tests --memory-limit=1G",
184184
"rector": "vendor/bin/rector process --no-ansi",
185185
"merge": "php -d\"error_reporting = E_ALL & ~E_DEPRECATED\" vendor/bin/monorepo-builder merge",

0 commit comments

Comments
 (0)