Skip to content

Commit 2841a78

Browse files
committed
Add a mago baseline file
1 parent d157c00 commit 2841a78

File tree

5 files changed

+53021
-111
lines changed

5 files changed

+53021
-111
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ webpack.config.js export-ignore
4242
rector.php export-ignore
4343
_typos.toml export-ignore
4444
mago.toml export-ignore
45+
mago-baseline.php export-ignore
4546
/resources/ export-ignore
4647
webpack.dev.js export-ignore
4748
.browserslistrc export-ignore

.github/workflows/mago.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
run: ./bin/mago lint
2828

2929
- name: "🔎 Mago Analyze"
30-
run: ./bin/mago analyze
30+
run: ./bin/mago analyze --baseline=mago-baseline.php

bin/zip-plugin.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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/*"

0 commit comments

Comments
 (0)