aglipanci/Laravel Pint
Laravel Pint is an opinionated PHP code style fixer for minimalists.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| testMode | would you like to run Pint on test mode | no | — |
| verboseMode | would you like to run Pint on verbose mode | no | — |
| configPath | specify the custom config path | no | — |
| preset | pint preset | no | — |
| onlyDirty | only format changed files | no | — |
| onlyDiff | only format changed files that differ from the provided branch | no | — |
| parallel | run Pint in parallel mode (requires Pint >= 1.23) | no | — |
| pintVersion | laravel/pint composer version to install a specific version. | no | — |
| useComposer | Use Laravel Pint version from project composer lock file. Lock file must be preset to use this flag. | no | — |
Outputs
no outputs