Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-20 | Merge pull request #2141 from benjaminjkraft/master | w0rp | |
Add versions of ALEGoToDefinition that open in splits | |||
2018-12-19 | Add versions of ALEGoToDefinition that open in splits | Ben Kraft | |
This is just like `:ALEGoToDefinitionInTab`, only a (v)split instead of a tab. Fixes #2140. | |||
2018-12-18 | #2132 Change (buffer, lines) fixer functions to (buffer, done, lines) | w0rp | |
2018-12-18 | Merge pull request #2153 from deltaskelta/gqlint-fix | w0rp | |
changed gqlint to lint the file on disk | |||
2018-12-18 | changed gqlint to lint the file on disk | Jeff Willette | |
- added a cd into the direcotry containing the file in the buffer in order to properly check for a config file - added command_callback tests for graphql | |||
2018-12-18 | Close #2152 - Use ale_javascript_standard_options for fixing files too | w0rp | |
2018-12-16 | Merge pull request #2136 from ↵ | w0rp | |
hsanson/368-chktex-latex-report-errors-from-wrong-file Fix 368 - Lacheck reports errors from input{} files. | |||
2018-12-11 | Add tests to lacheck linter | Horacio Sanson | |
2018-12-10 | Adds standardrb linter (#2133) | Justin Searls | |
See: https://github.com/testdouble/standard StandardRB is to RuboCop what StandardJS is to ESLint. This commit naively copies the RuboCop linter and fixer to point at the standardrb executable. Any other adjustments are very minor (the only I can think of is that standardrb takes a `--fix` option instead of `--auto-correct`). This raises a confusing point to me as both developer and a user: since ale enables all linters by default, won't this run both RuboCop and StandardRB (the results of which will almost always be in conflict with one another)? How does ale already solve for this for the similar case of StandardJS and ESLint? | |||
2018-12-10 | Explain the .* .gitignore rule | w0rp | |
2018-12-10 | #1520 - Add an :ALEDocumentation for tsserver | w0rp | |
2018-12-10 | Fix 368 - Lacheck reports errors from input{} files. | Horacio Sanson | |
This PR adds additional check to lacheck linter to exclude any warnings related to sourced files via latex \input{} command. Closes: #368 | |||
2018-12-07 | Add support for Pod based SwiftLint (#2122) | Gordon Fontenot | |
It's common to add SwiftLint as a CocoaPod dependency, instead of as a global binary. In this case we should use that version of SwiftLint before looking for any others. Note that I'm also adding support for SwiftLint in ReactNative projects here as well, where the Pods directory would be nested inside an ios directory. | |||
2018-12-06 | Merge pull request #2061 from hsanson/1910-add-support-for-bibclean-fixer | w0rp | |
Add bibclean fixer support | |||
2018-12-06 | Add support for pydocstyle linter (#2085) | pmacosta | |
The linter can correctly parse pydocstyle output with any of the following command-line options enabled: --explain, --source, --debug, and/or --verbose | |||
2018-12-06 | refactor sasslint linter (#2077) | Oskar Grunning | |
Previous implementation required one to have sass-lint globally. This allows you to have it locally, override the executable and add options. | |||
2018-12-05 | Merge pull request #2119 from hsanson/1994-fix-javalsp-support | w0rp | |
Fix javalsp command. | |||
2018-12-05 | Fix javalsp command. | Horacio Sanson | |
The command used to invoke the LSP process was being escaped wrong. Also added a new option to set a different java executable and fixed the documentation. | |||
2018-12-04 | Merge pull request #2117 from gitter-badger/gitter-badge | w0rp | |
Add a Gitter chat badge to README.md | |||
2018-12-04 | Add Gitter badge | The Gitter Badger | |
2018-12-04 | Make the suggestion about asking for help friendlier | w0rp | |
2018-12-04 | Do not wrap bug report lines | w0rp | |
2018-12-04 | Fix a mistake with a link | w0rp | |
2018-12-03 | Revert "Merge pull request #2083 from zackhsi/scalac-until-jvm" | w0rp | |
This reverts commit 1c89495d771ec6518599bea83dd11a7c1d66ba73, reversing changes made to 4b4b09593b2b090282981d69a9647a3c91d1f8b9. | |||
2018-12-03 | Typo | w0rp | |
2018-12-03 | Tell people to ask for tech support outside of GitHub issues | w0rp | |
2018-12-01 | Add bibclen fixer support | Horacio Sanson | |
Closes #1910 | |||
2018-11-30 | Merge pull request #2110 from w0rp/lazy-clipboardv2.3.0 | Ryan | |
Optimize :ALEIntoToClipboard to only copy to clipboard once | |||
2018-11-30 | Merge pull request #1734 from sridhars/master | Ryan | |
Add language server source in ALEDetail | |||
2018-11-29 | Merge branch 'master' into sridhars | Bjorn Neergaard | |
2018-11-29 | Add test for detail in lsp ReadDiagnostics | Bjorn Neergaard | |
2018-11-29 | Use single quotes to satisfy vint | Bjorn Neergaard | |
2018-11-29 | Only set the unnamed register at the end of :ALEInfoToClipboard | Bjorn Neergaard | |
This fixes performance problems in Neovim, where every character results in spawning a new clipboard-tool process. Behaviour is not similarly pathological in Vim, but it still results in an unnecessary amount of register churn. | |||
2018-11-28 | Merge pull request #2096 from mgedmin/flake8-uses-vcols | w0rp | |
flake8 reports visual columns | |||
2018-11-26 | Merge pull request #2104 from andys8/patch-1 | w0rp | |
Readme: Links for tsserver and cargo | |||
2018-11-25 | Readme: Links for tsserver and cargo | Andy | |
2018-11-25 | Merge pull request #2103 from bfredl/ns | w0rp | |
Don't hardcode the namespace id for virtual text | |||
2018-11-25 | Fixing linter problems | w0rp | |
2018-11-25 | Don't hardcode the namespace id for virtual text | Björn Linse | |
This makes collisions with other plugins less likely. | |||
2018-11-23 | php: change phpstan's --errorFormat to --error-format (#2005) | lfree | |
* php: change phpstan's --errorFormat to --error-format * add version check to phpstan | |||
2018-11-22 | Fix unit tests | Marius Gedminas | |
2018-11-22 | flake8 reports visual columns | Marius Gedminas | |
Fixes #2092. | |||
2018-11-21 | Merge pull request #2068 from m-pilia/ispc | w0rp | |
Add linter for ispc | |||
2018-11-21 | Add --nowrap to ispc options | Martino Pilia | |
2018-11-19 | Merge pull request #2070 from meain/fixer-prettier-yaml | w0rp | |
add yaml to registry for prettier | |||
2018-11-19 | Fix #2084 - Disable mix by default, as it causes too many problems | w0rp | |
2018-11-19 | Merge pull request #2083 from zackhsi/scalac-until-jvm | w0rp | |
Continue scalac compilation until just before bytecode generation | |||
2018-11-19 | Merge pull request #2087 from m-pilia/ada | w0rp | |
Add GCC linter for Ada | |||
2018-11-18 | Add GCC linter for Ada | Martino Pilia | |
2018-11-17 | Fix test | Zack Hsi | |