File tree Expand file tree Collapse file tree 5 files changed +53021
-111
lines changed
Expand file tree Collapse file tree 5 files changed +53021
-111
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ webpack.config.js export-ignore
4242rector.php export-ignore
4343_typos.toml export-ignore
4444mago.toml export-ignore
45+ mago-baseline.php export-ignore
4546/resources / export-ignore
4647webpack.dev.js export-ignore
4748.browserslistrc export-ignore
Original file line number Diff line number Diff line change 2727 run : ./bin/mago lint
2828
2929 - name : " 🔎 Mago Analyze"
30- run : ./bin/mago analyze
30+ run : ./bin/mago analyze --baseline=mago-baseline.php
Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ zip -r $zipname $destination \
116116 -x " */cypress.config.js" \
117117 -x " */_typos.toml" \
118118 -x " */mago.toml" \
119+ -x " */mago-baseline.php" \
119120 -x " formidable-ai/resources/*" \
120121 -x " */webpack.dev.js" \
121122 -x " */phpcs-sniffs/*"
You can’t perform that action at this time.
0 commit comments