1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

chore: flarum-cli audit infra --fix

This commit is contained in:
Alexander Skvortsov
2022-01-27 15:51:21 -05:00
parent 73975799c9
commit 2a31ea1c15
5 changed files with 11 additions and 4 deletions

View File

@@ -14,5 +14,6 @@ js/dist/* -diff
js/dist/* linguist-generated js/dist/* linguist-generated
js/dist-typings/* linguist-generated js/dist-typings/* linguist-generated
js/yarn.lock -diff js/yarn.lock -diff
js/package-lock.json -diff
* text=auto eol=lf * text=auto eol=lf

View File

@@ -12,4 +12,4 @@ jobs:
with: with:
enable_backend_testing: true enable_backend_testing: true
backend_directory: . backend_directory: .

View File

@@ -12,10 +12,12 @@ jobs:
with: with:
enable_bundlewatch: false enable_bundlewatch: false
enable_prettier: true enable_prettier: true
enable_typescript: false enable_typescript: true
frontend_directory: ./js frontend_directory: ./js
backend_directory: .
js_package_manager: yarn
main_git_branch: master main_git_branch: master
secrets: secrets:
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }} bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}

View File

@@ -40,6 +40,9 @@
} }
}, },
"flarum-cli": { "flarum-cli": {
"excludeScaffolding": [
"js/src/admin/index.ts"
],
"modules": { "modules": {
"admin": true, "admin": true,
"forum": false, "forum": false,
@@ -49,7 +52,7 @@
"gitConf": true, "gitConf": true,
"githubActions": true, "githubActions": true,
"prettier": true, "prettier": true,
"typescript": false, "typescript": true,
"bundlewatch": false, "bundlewatch": false,
"backendTesting": true, "backendTesting": true,
"editorConfig": true, "editorConfig": true,

View File

@@ -19,6 +19,7 @@
<testsuites> <testsuites>
<testsuite name="Flarum Integration Tests"> <testsuite name="Flarum Integration Tests">
<directory suffix="Test.php">./integration</directory> <directory suffix="Test.php">./integration</directory>
<exclude>./integration/tmp</exclude>
</testsuite> </testsuite>
</testsuites> </testsuites>
</phpunit> </phpunit>