Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-14 | #254 Add command history to ALEInfo | w0rp | |
2017-02-14 | #338 Try and stop ALE from throwing ALEs when run from a sandbox | w0rp | |
2017-02-14 | Fix spelling | Adrià Farrés | |
2017-02-14 | Merge pull request #342 from Exteris/bugfix/gfortran-6.3.1 | w0rp | |
Update line marker pattern for new gfortran | |||
2017-02-14 | Update line marker pattern for new gfortran | Daan van Vugt | |
Add tests for GCC 4.1.2, 4.9.2 and 6.3.1 | |||
2017-02-14 | #274 Stop airline from doing anything if ALE doesn't load by using a ↵ | w0rp | |
different flag for loading with a very ugly name | |||
2017-02-13 | #274 Don't emit the warning if ALE isn't working for git commits or blank files | w0rp | |
2017-02-13 | #274 - Fix airline integration when ALE is not loaded fully | w0rp | |
2017-02-13 | Output ALE global variables for :ALEInfo | w0rp | |
2017-02-13 | Include most linter variables in ALEInfo | w0rp | |
2017-02-13 | Fix a style issue | w0rp | |
2017-02-13 | Actually catch all Job ID problems | w0rp | |
2017-02-13 | Merge pull request #336 from ninjawithaneedle/master | w0rp | |
Highlighting should not filter linter messages without column info | |||
2017-02-13 | Highlighting should not filter linter messages without column info | ninjawithaneedle | |
2017-02-13 | #283 Fix linting buffers with no filename, by creating a filename with a ↵ | w0rp | |
guess for the file extension | |||
2017-02-13 | Fix #171 - Implement basic error highlighting | w0rp | |
2017-02-12 | Fix #325 - document the ALEToggle option | w0rp | |
2017-02-12 | Make a note to ask for Vader tests | w0rp | |
2017-02-12 | Merge pull request #331 from AlexMasterov/feature/css-stylelint-options | w0rp | |
Add stylelint option to pass in more options | |||
2017-02-12 | Add stylelint option to pass in more options | Alex Masterov | |
2017-02-12 | Update the contributing guide | w0rp | |
2017-02-11 | Fix the clangtidy linter, and document everything | w0rp | |
2017-02-11 | Add clang-tidy linter for cpp. (#275) | Tim van Deurzen | |
* Add clang-tidy linter for cpp. * Use stdin-wrapper to allow linting as you type. | |||
2017-02-11 | Feed files to commands via stdin by first writing the file to a temporary ↵ | w0rp | |
file, and then piping them in via the shell instead | |||
2017-02-11 | Fix the custom check issue. | w0rp | |
2017-02-11 | Make javac work in a basic way | w0rp | |
2017-02-11 | Added support for javac (with eclipse classpath support for now) (#141) | Valentin Finini | |
* A try at javac support for ALE * Small cleanup: moved '/tmp/java_ale' string into script var * Fixed Travis-CI build failing on autocmd not being in augroup and stupid omission * One more fix for Travis-CI * For some reason, expandtab was not set * Indentation and removal of header guard. Used examples from ale_linters/c/gcc.vim and ale_linters/javascript/eslint.vim for the indentation of string concat blocks. | |||
2017-02-11 | Fix #330 - Explain how to check JSX with eslint and stylelint | w0rp | |
2017-02-11 | Fix filename substitution, especially on Windows | w0rp | |
2017-02-11 | Replace every stdin-wrapper script with the new %t formatting support | w0rp | |
2017-02-11 | Fix Pug linting | w0rp | |
2017-02-11 | Use writefile() for temporary files, which works better | w0rp | |
2017-02-11 | Add support for temporary filename substitution, for replacing stdin_wrapper | w0rp | |
2017-02-11 | Add support for managing temporary files/directories | w0rp | |
2017-02-11 | Merge pull request #329 from tomotanakamura/AddClangToCpp | w0rp | |
Add clang to cpp linters. | |||
2017-02-11 | Add clang to cpp linters. | tomotanakamura | |
2017-02-11 | Try and fix Travis builds again | w0rp | |
2017-02-11 | Fix #116 - Send SIGKILL to processes if they don't respond to SIGTERM | w0rp | |
2017-02-10 | Document the command empty string behaviour | w0rp | |
2017-02-10 | Fix #246 Don't run flow if there's no .flowconfig | w0rp | |
2017-02-10 | Fix #283 Add an option for using ch_sendraw(), which can be better for some ↵ | w0rp | |
users | |||
2017-02-10 | Fix #269 Set $TMPDIR to a default value, if not set | w0rp | |
2017-02-10 | Merge pull request #327 from jparise/credo-stdin-filename | w0rp | |
Pass the buffer's filename to Credo | |||
2017-02-09 | Pass the buffer's filename to Credo | Jon Parise | |
By default, Credo attributes input from STDIN as though it came from a file named `stdin`. This change passes the buffer's filename, too, so that Credo can use that information when applying its configuration. This is a nice improvement because files like `mix.exs` are normally excluded from Credo-based linting. Previously, ALE would show lint warnings for those files as they were edited. Now, they are correctly honor the Credo configuration and don't produce lint output. | |||
2017-02-09 | Fix #315 Implement the read_buffer option | w0rp | |
2017-02-09 | Make ALE complain when conflicting command options are used | w0rp | |
2017-02-09 | Don't export the custom-checks script in archives | w0rp | |
2017-02-09 | Merge pull request #306 from ahmedelgabri/standardjs | w0rp | |
Add standard linter | |||
2017-02-09 | add xo support (#304) | Daniel Lupu | |
* add xo support * add documentation * Fix a screw up when fixing conflicts * Fix it harder | |||
2017-02-09 | add ALEToggle command (#303) | Daniel Lupu | |
* add ALEToggle command * stop active jobs when toggled off * small logic cleanup & ensure ale can be ran manually while toggled off |