dense-analysis / dense-analysis/ale

Add a php_phpcbf_options conf equivalent to php_phpcs_options

Open
#3,382 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Vim Script
Stars
14k
Forks
1.5k
Avg merge
17h 49m
Merged PRs (30d)
1

Description

I'm currently in a position where I need `php_phpcs_options` to enable linting on file extensions not defaulted in the standard. This works for linting but currenlty ALEFix will not work with phpcbf because I can't set the options to set the correct extensions. There should be parity in these options since they're largely the same project.

```
let g:ale_php_phpcs_options="--extensions=php,module,inc,install,info" # works
let g:ale_php_phpcbf_options="--extensions=php,module,inc,install,info" # no support currently.
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.