Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-21 | Add a buildifier fixer for Bazel files (#3499) | Jon Parise | |
This fixer enables buildifier's formatting and "lint fix" modes. Additional options can be provided via `bazel_buildifier_options`. It also implements some basic logic for guessing the file's type. buildifier itself usually does this based on the filenames provided on the command line, but because we're piping our buffer via stdin, we need to do this manually. | |||
2021-02-18 | add support for prettier-ruby to prettier fixer (#3593) | David Buchan-Swanson | |
it _does_ need an additional plugin, but when it has the plugin, it works as expected. | |||
2021-02-14 | Allow clangformat to use a local style file (#3587) | Mukund Mauji | |
* Allow clangformat to use a local style file. * Add tests. * Fix Vint issue. * Improve explanation of feature in documentation. * Fix failing test. The test was checking the wrong directory. | |||
2021-02-05 | Merge pull request #3576 from cyyever/fish_indent | Horacio Sanson | |
Fish indent | |||
2021-01-23 | Merge pull request #3521 from hsanson/3498-change-standardrb-fixer-to-use-stdin | Horacio Sanson | |
3498 change standardrb fixer to use stdin | |||
2021-01-22 | fixers/xo: remove unnecessary directory crawl | Charles B Johnson | |
2021-01-22 | fixers/xo: support monorepos | Charles B Johnson | |
2021-01-22 | fixers/xo: support stdin relative to the fixed file | Charles B Johnson | |
2021-01-22 | fixers/xo: support typescript options | Charles B Johnson | |
2021-01-22 | fixers/xo: refactor to handlers | Charles B Johnson | |
2021-01-22 | fixers/xo: add tests | Charles B Johnson | |
2021-01-22 | Update tests | Horacio Sanson | |
2021-01-20 | Merge pull request #3261 from toastal/dhall | Horacio Sanson | |
Enhanced Dhall fixer support | |||
2021-01-08 | Merge pull request #3386 from ivorpeles/master | Horacio Sanson | |
Make isort fixer recognize auto_pipenv flag | |||
2020-12-21 | merging master | toastal | |
2020-11-29 | Merge pull request #3381 from andreypopp/gofmt-stding-stdout | Horacio Sanson | |
Use stdin/stdout to communicate with gofmt | |||
2020-11-25 | Ensure isort / pipenv test conforms to ALE coding standards | Ivor Peles | |
2020-11-25 | feat: add yamlfix fixer | Lyz | |
2020-11-21 | Add test for isort with auto_pipenv flag(s) | Ivor Peles | |
2020-11-21 | Merge pull request #3409 from lyz-code/feat/add-autoimport-support | w0rp | |
feat: add autoimport fixer | |||
2020-11-21 | Merge pull request #2903 from davidtwco/ormolu-fixer | w0rp | |
Add ormolu fixer. | |||
2020-11-21 | Add php phpcbf options (#3383) | Dale Jung | |
* Taken from phpcs. add add_php_phpcbf_options #3382 * Updated docs for php_phpcbf_options #3382 * Added tests #3382 | |||
2020-11-21 | Add luafmt fixer (#3289) | zandr | |
2020-10-31 | chang fishindent to fish_indent | cyy | |
2020-10-31 | add doc and test | cyy | |
2020-10-23 | feat: add autoimport fixer | Lyz | |
2020-10-23 | Add ormolu fixer. | David Wood | |
This commit adds a fixer for the Haskell language, ormolu (https://github.com/tweag/ormolu). Signed-off-by: David Wood <david@davidtw.co> | |||
2020-10-03 | Use stdin/stdout to communicate with gofmt | Andrey Popp | |
2020-09-14 | addressing missing docs + cleaning up older Dhall files | toastal | |
2020-09-08 | merge master -- apparently someone else added dhall? | toastal | |
2020-08-28 | Close #3325 - Apply new formatting where possible | w0rp | |
2020-08-28 | #3325 - ale#path#BufferCdString now generates %s:h | w0rp | |
2020-08-28 | Set prettier working directory to where .prettierignore is (#3101) | Sorin Iclanzan | |
Prettier does not use `.prettierignore` unless the current directory is the root where the `.prettierignore` file resides. * Update Prettier tests * Look for prettierignore to determine project root | |||
2020-08-25 | Add dhall-format as a Fixer | patrick brisbin | |
https://github.com/dhall-lang/dhall-lang | |||
2020-08-21 | Fixed tests | Khaveesh N | |
2020-08-20 | #3299 Merge gcc and clang into a cc linter | w0rp | |
Users can easily be confused when they set some options for a C or C++ compiler, and another compiler is run with different options, which still reports errors. To remedy this, the existing `gcc` and `clang` linters have been replaced with a `cc` linter that will run either compiler. This is a breaking change for ALE v3.0.0. | |||
2020-08-17 | Merge pull request #3046 from hsanson/2816-fix-standard-fix-doesnt-work | w0rp | |
Fix 2816 - Standard fix does not work. | |||
2020-08-17 | Add remark-lint for a markdown fixer (#2836) | blyoa | |
2020-08-16 | Make it easier to run tests locally | w0rp | |
Certain tests could break if you ran them separately from other tests. They have been patched. `run-tests` now has a `--fast` option which runs tests with only the fastest Vim version ALE tests with, and the custom checks. | |||
2020-08-14 | Merge pull request #2920 from ConradIrwin/prettier-standard-stdin | w0rp | |
Fix prettier_standard to respect the configuration file | |||
2020-08-14 | tests | toastal | |
2020-08-13 | Fix 1695 - Change rubocop fixer to use stdin (#3230) | Horacio Sanson | |
* Fix 1695 - Change rubocop fixer to use stdin * Update test_rubocop_fixer_callback.vader Co-authored-by: Horacio Sanson <horacio@allm.inc> Co-authored-by: w0rp <w0rp@users.noreply.github.com> | |||
2020-08-12 | Restore old behavior of ALEFix command for Rubocop (#3237) | Nihad Abbasov | |
* Restore old behavior of ALEFix command for Rubocop Since RuboCop 0.60 ALEFix command stopped to fix all found offenses. This change restores the previous behavior by allowing rubocop to fix all detected offenses. * Fix tests * Allow to configure auto-correct option for Rubocop | |||
2020-08-07 | Merge pull request #3107 from daliusd/tslintfix | w0rp | |
Fix tslint fixer not working issue (temporary file not found) | |||
2020-07-30 | doc: Meaningless comment to kick CI from hang | jhlink | |
2020-07-30 | test: Find .astylerc placed with src for astyle | jhlink | |
2020-07-30 | fix: Find proj_options in same dir for astyle | jhlink | |
2020-07-29 | Merge pull request #3231 from jhlink/add-astyle-for-c-formatting | Horacio Sanson | |
Add astyle for C/C++ formatting | |||
2020-07-29 | fix: Use ALE to reliably find project options | jhlink | |
2020-07-28 | test: Set empty values for astyle project_options | jhlink | |