mirror of
https://github.com/flarum/core.git
synced 2025-07-16 06:16:23 +02:00
chore: add scaffolding exclude config
This ensures `flarum-cli audit infra --fix` works.
This commit is contained in:
@ -39,7 +39,17 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"flarum-cli": {
|
"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": {
|
"modules": {
|
||||||
"admin": true,
|
"admin": true,
|
||||||
"forum": false,
|
"forum": false,
|
||||||
|
Reference in New Issue
Block a user