chore: add scaffolding exclude config

This ensures `flarum-cli audit infra --fix` works.
This commit is contained in:
Alexander Skvortsov 2022-01-25 21:17:18 -05:00
parent 6538893042
commit 7f3c09c37e

View File

@ -39,7 +39,17 @@
}
},
"flarum-cli": {
"exludeScaffolding": [".github/workflows/backend.yml"],
"excludeScaffolding": [
".github/workflows/backend.yml",
"js/src/admin/index.ts",
"tests/phpunit.integration.xml",
"tests/integration/setup.php"
],
"excludeScaffoldingConfigKeys": {
"composer.json": [
"scripts.test:setup"
]
},
"modules": {
"admin": true,
"forum": false,