Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-11 | Fix #747 - Lint and fix files after they have been been written to disk, not ↵ | w0rp | |
during writing them | |||
2017-07-11 | Look for ini file to spot python project root (#755) | Matteo Centenaro | |
* Look for ini file to spot project root When looking for the project root folder it would be better to check for some well-known init file instead of __init__.py. Indeed, with python3 it is now possible to have namespace modules where intermediate dirs are not required to include the __init__.py file. * Break if statement conditions over several lines * Add blank lines for the if block * Add test for FindProjectRoot * Typo: missing / for MANIFEST.in * Fix test for non-namespace package * Add more test cases | |||
2017-07-11 | Prefer --fast for stack-build (#754) | Jake Zimmerman | |
* Vim scripts shouldn't have hyphens Especially not ones that will be autoloaded. You can't have a hyphen in a function name, so autoloading functions based on filename will fail. * Add g:haskell_stack_build_options, default: --fast If we're going to use the --fast option, we may as well go the whole 9 yards and let the user configure the 'stack build' flags. * Create documentation for stack-build options | |||
2017-07-11 | Merge pull request #752 from elebow/brakeman-cleanup-unused-cache-var | w0rp | |
Brakeman: Remove unused cache var from tests | |||
2017-07-11 | Fix comment typo | Eddie Lebow | |
2017-07-11 | Brakeman: Remove unused cache var from tests | Eddie Lebow | |
2017-07-10 | Kotlin and general Gradle support. (#745) | Michael Pardo | |
2017-07-10 | Fix the flow command tests so they will run on my machine | w0rp | |
2017-07-10 | Fix #749 - Use /bin/sh when the shell is fish | w0rp | |
2017-07-10 | Fix #730 - Lint files on save even when nothing was fixed | w0rp | |
2017-07-10 | Fix #746 - Keep highlights from other plugins when buffers are hidden | w0rp | |
2017-07-09 | Make every test set filenames and switch directories in the same way, and ↵ | w0rp | |
fix some missing escaping for the rubocop linter | |||
2017-07-09 | Add new Haskell linter (#742) | Jake Zimmerman | |
* Add stack-build linter for Haskell The stack-build linter works better than the other two linters when you're working with an entire Haskell project. It builds the project entirely and reports any errors. The other two Haskell GHC linters only work on single files, which can result in spurious errors (for example, not being able to find imports). * Document all available Haskell linters * Split GHC checkers into separate files | |||
2017-07-09 | Fix some indentation | w0rp | |
2017-07-09 | Simplify ale_linters#ruby#rubocop#GetType | w0rp | |
2017-07-09 | Use rubocop's JSON output format (resolves #339) (#738) | Eddie Lebow | |
* Use rubocop's JSON output format (resolves #339) Rubocop's emacs formatter seems to have changed format in some not-so-ancient version. The JSON formatter should provide a more stable interface than parsing lines with a regex. The JSON formatter was introduced in mid-2013, so it should be safe to assume available in any reasonably-modern environment. The oldest currently-supported version of ruby (according to ruby-lang.org) was not supported by rubocop until 2014. * Rubocop: Use global function for GetType * Rubocop: Use scope prefix in GetType * Rubocop: Update command_callback test * Rubocop: add end_col to Handle | |||
2017-07-09 | Fix issues with running individual tests, and get the Vim tests to run on ↵ | w0rp | |
certain machines again | |||
2017-07-09 | Merge pull request #743 from jez/fix-ghc-mod | w0rp | |
Correctly resolve temp files on macOS | |||
2017-07-09 | Correctly resolve temp files on macOS | Jacob Zimmerman | |
On macOS, the `$TMPDIR` is in `/var`. However, `/var -> /private/var`. This means that fully resolved temp filenames weren't always getting checked against the proper prefix. This was affecting some of the Haskell plugins, though I'm sure it could have affected any program that resolved past the generated `$TMPDIR/foo` and wound up at a different filename. | |||
2017-07-09 | Support setting settings with g:ale_pattern_options | w0rp | |
2017-07-08 | Fix a syntax error in an example | w0rp | |
2017-07-08 | Added missing statement about `<Plug>(ale_toggle)` mapping to the ↵ | Andrew Vimmer | |
documentation (#740) * Added missing statement about a `<Plug>` mapping. * Fixed logical mistake related to "option calling". * Rectified article usage according to a request. | |||
2017-07-08 | Use different reporter to support older versions of jscs (#737) | Jonathan Boudreau | |
* Use different reporter to support older versions of jscs * Add test and make more consistent with other code * Add documentation for jscs * Add more test coverage | |||
2017-07-08 | Document how to install yamllint | w0rp | |
2017-07-08 | Document the virtualenv directories variable in the main file instead | w0rp | |
2017-07-08 | Use equal signs for language documentation sections | w0rp | |
2017-07-08 | Update the license year | w0rp | |
2017-07-07 | #697 - Clear all highlights every time items are set again, and refactor ↵ | w0rp | |
most things. Clear errors when linters are removed | |||
2017-07-07 | Fix windows path check on rust linter (#736) | daa84 | |
* Fix rust linter on windows * Add windows path test * Use ale#path#IsBufferPath to compare paths * Fix errors | |||
2017-07-07 | #710 - Fix a parsing bug caused by the last fix | w0rp | |
2017-07-07 | Fix #735 - Support old versions of Flow by only adding --respect-pragma for ↵ | w0rp | |
supported versions | |||
2017-07-07 | #710 - Show warnings as warnings for ghc | w0rp | |
2017-07-07 | Make the executable for gometalinter configurable | w0rp | |
2017-07-06 | #732 - Use the configuration files when fixing files with rubocop | w0rp | |
2017-07-06 | Initialize rubocop variables in one place | w0rp | |
2017-07-06 | Fix some bad indentation | w0rp | |
2017-07-06 | Add ale_fix_on_save and ale_fixers to debug output (#731) | Gregory Einfrank | |
* Add ale_fix_on_save and ale_fixers to debug output * Fix test by adding new ale-fix vars | |||
2017-07-05 | Correct a comment | w0rp | |
2017-07-05 | #729 - Use a wrapper for simplify to fix // problems on Windows | w0rp | |
2017-07-05 | #729 - Support running Python programs from virtualenv for Windows | w0rp | |
2017-07-05 | #729 Fix // in virtualenv paths | w0rp | |
2017-07-05 | Merge pull request #727 from andrew-vimmer/broken-links | w0rp | |
Fixed broken link in the CONTRIBUTING.md | |||
2017-07-05 | Correctly pass options to cpplint (#728) | Wil Thomason | |
* Fix option passing to cpplint | |||
2017-07-04 | Updated the link to `handlers.vim` file after it was broken into several | User | |
files with a03121f5b051ed1f146a8979ea5d2bb26fe05bff. | |||
2017-07-04 | Remove the issue template note about the log_output option, now it's on by ↵ | w0rp | |
default. | |||
2017-07-04 | Store the output of commands by default so I don't have to ask people to ↵ | w0rp | |
turn it on any more. | |||
2017-07-03 | Fix #216 - Filter out errors for other files for ansible-lint | w0rp | |
2017-07-03 | Fix #182 - Add support for lintr | w0rp | |
2017-07-03 | Merge pull request #722 from RsrchBoy/travis-against-all-branches | w0rp | |
Drop "only master branch" travis restriction | |||
2017-07-03 | Fix #178 - Check Stylus files with stylelint | w0rp | |