chore: flarum-cli audit infra --fix

This commit is contained in:
Alexander Skvortsov 2022-01-20 03:17:07 -05:00
parent cf7c387e59
commit 7e1995d86b
4 changed files with 44 additions and 4 deletions

@ -15,5 +15,5 @@ indent_size = 2
[*.{diff,md}]
trim_trailing_whitespace = false
[*.php]
[*.{php,xml,json}]
indent_size = 4

@ -1,3 +1,18 @@
.gitattributes export-ignore
.gitignore export-ignore
.gitmodules export-ignore
.github export-ignore
.travis export-ignore
.travis.yml export-ignore
.editorconfig export-ignore
.styleci.yml export-ignore
phpunit.xml export-ignore
tests export-ignore
js/dist/* -diff
js/dist/* linguist-generated
js/dist-typings/* linguist-generated
js/yarn.lock -diff
* text=auto eol=lf

@ -1,6 +1,12 @@
/vendor
composer.lock
composer.phar
.DS_Store
Thumbs.db
bower_components
node_modules
tests/.phpunit.result.cache
/tests/integration/tmp
.vagrant
.idea/*
.vscode
js/coverage-ts

@ -2,7 +2,9 @@
"name": "flarum/bbcode",
"description": "Allow posts to be formatted with BBCode.",
"type": "flarum-extension",
"keywords": ["formatting"],
"keywords": [
"formatting"
],
"license": "MIT",
"support": {
"issues": "https://github.com/flarum/core/issues",
@ -31,6 +33,23 @@
"backgroundColor": "#238C59",
"color": "#fff"
}
},
"flarum-cli": {
"modules": {
"admin": false,
"forum": false,
"js": false,
"jsCommon": false,
"css": false,
"gitConf": true,
"githubActions": false,
"prettier": false,
"typescript": false,
"bundlewatch": false,
"backendTesting": false,
"editorConfig": true,
"styleci": true
}
}
}
}