Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-07 | Added fix subcommand options (#4746) | Kevin Van Leer | |
php-cs-fixer command line options are ordered. Options that appear after the main command are applied to the main command. Options that appear after the subcommands are applied to the subcommands. This change enables a user to specific fix options (like --config). This change also sets the plugin to find the the configuraiton file in the current project tree. This matches the default behavior of other linters like eslint. | |||
2021-03-21 | #3633 - Move linter tests into test/linter | w0rp | |
2021-03-20 | #3633 - Put all dummy test files in test/test-files | w0rp | |
2018-04-07 | Add g:ale_php_cs_fixer_options variable (#1477) | Adriaan Zonnenberg | |
* Add g:ale_php_cs_fixer_options variable * Fix test | |||
2018-03-01 | add php-cs-fixer to list of fixers | Julien Deniau | |