mirror of https://github.com/flightphp/core
Merge pull request #544 from flightphp/cleanup
Lowered package size removing unnecessary production filespull/546/head
commit
c4c6e4844e
@ -0,0 +1,8 @@
|
||||
/.github export-ignore
|
||||
/tests export-ignore
|
||||
/.editorconfig export-ignore
|
||||
/.gitattributes export-ignore
|
||||
/.gitignore export-ignore
|
||||
/phpcs.xml export-ignore
|
||||
/phpstan.neon export-ignore
|
||||
/phpunit.xml export-ignore
|
@ -1,63 +0,0 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": ".",
|
||||
"name": "FlightPHP/Core",
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"SublimeLinter.linters.phpstan.executable": "${project_path}/vendor/bin/phpstan.bat",
|
||||
"LSP": {
|
||||
"LSP-intelephense": {
|
||||
"settings": {
|
||||
"intelephense.environment.phpVersion": "7.4.0",
|
||||
"intelephense.format.braces": "psr12",
|
||||
},
|
||||
},
|
||||
"formatters": {
|
||||
"embedding.php": "LSP-intelephense",
|
||||
"source.json.composer": "LSP-json",
|
||||
"source.json.sublime": "LSP-json",
|
||||
},
|
||||
"LSP-html": {
|
||||
"enabled": false,
|
||||
},
|
||||
"LSP-tailwindcss": {
|
||||
"enabled": false,
|
||||
},
|
||||
"ltex-ls": {
|
||||
"enabled": false,
|
||||
},
|
||||
"marksman": {
|
||||
"enabled": false
|
||||
},
|
||||
},
|
||||
},
|
||||
"build_systems": [
|
||||
{
|
||||
"name": "Linter - HARD",
|
||||
"quiet": true,
|
||||
"shell_cmd": "composer lint -- --no-ansi -lmax",
|
||||
},
|
||||
{
|
||||
"name": "Linter - Default",
|
||||
"quiet": false,
|
||||
"shell_cmd": "composer lint -- --no-ansi & composer phpcs -- --no-colors",
|
||||
},
|
||||
{
|
||||
"name": "PHPCS",
|
||||
"quiet": false,
|
||||
"shell_cmd": "composer phpcs -- --no-colors"
|
||||
},
|
||||
{
|
||||
"name": "Format",
|
||||
"quiet": true,
|
||||
"shell_cmd": "composer beautify -- --no-colors"
|
||||
},
|
||||
{
|
||||
"name": "Test coverage",
|
||||
"quiet": true,
|
||||
"shell_cmd": "composer test-coverage:win -- --no-colors"
|
||||
}
|
||||
],
|
||||
}
|
Loading…
Reference in new issue