A shareable Mago configuration.
Install these packages as a dev dependencies in the project:
composer require --dev alpheus/mago carthage-software/magoImplement the configuration into mago.toml:
extends = "./vendor/alpheus/mago"
[source]
paths = [
"./src",
]
[analyzer]
excludes = [
"./vendor",
]Or go with different presets:
extends = [
"./vendor/alpheus/mago",
"./vendor/alpheus/mago/presets/psl",
"./vendor/alpheus/mago/presets/phpunit",
]
[source]
paths = [
"./src",
]
[analyzer]
excludes = [
"./vendor",
]This project is licensed under the terms of the MIT license.