Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-21 | Close #1522 - Show suggested fixers in :ALEInfo | w0rp | |
2018-06-21 | Close #1417 - Support wildcard filetypes for fixers | w0rp | |
2018-06-20 | #1398 document the detail key | w0rp | |
2018-06-20 | Merge pull request #1665 from ashemedai/master | w0rp | |
Make CloudFormation linter work again with latest version | |||
2018-06-20 | Merge pull request #1618 from colbydehart/master | w0rp | |
[new linter] Add mix linter for elixir | |||
2018-06-20 | Remove redundant spaces. | w0rp | |
2018-06-20 | Try to fix the tests on Windows | w0rp | |
2018-06-20 | Update test to match update to linter | Jeroen Ruigrok van der Werven | |
Also make lnum and col proper strings, since that is how it is matched by the regexp, ALE handles the conversion to number. | |||
2018-06-20 | Make CloudFormation linter work again with latest | Jeroen Ruigrok van der Werven | |
- Fix regexp - Get rid of +0 since ALE does a str2nr() on lnum and col - Put all matches in numerical order for easier maintenance | |||
2018-06-20 | Set up most of the autocmd events in one group | w0rp | |
2018-06-20 | Remove CallWithCooldown functions to save on time | w0rp | |
2018-06-19 | Move ClockMilliseconds to events, so fewer files are loaded some times | w0rp | |
2018-06-19 | Move the initialization of augroups to then events file | w0rp | |
2018-06-19 | Remove a redundant variable in tests | w0rp | |
2018-06-19 | Avoid calling ALE cleanup code if ALE never tried to check a buffer | w0rp | |
2018-06-18 | Set `--parser` option in Prettier's fixer (#1620) | Alvin Chan | |
* Set `--parser` option in Prettier's fixer * Add expected `--parser` option to tests * Disable Prettier `--parser` detection if file extension exists * Manually default Prettier `--parser` to "babylon" * Add `--parser` test for TypeScript * Add tests for Prettier `--parser` * Add JSON5 to the suggested fixer for Prettier | |||
2018-06-17 | Merge pull request #1653 from chaucerbao/feature/js-tsserver-support | w0rp | |
Add TSServer support for JavaScript files | |||
2018-06-17 | Merge pull request #1650 from yasuhiroki/support-cfn-python-lint | w0rp | |
Add linter for AWS CloudFormation template file | |||
2018-06-15 | Tell people that there's no cost for LSP support if they don't need it | w0rp | |
2018-06-15 | Lazy-load LSP linters, and check b:changedtick before notifying about changes | w0rp | |
2018-06-13 | Add TSServer support for JavaScript files | Alvin Chan | |
2018-06-13 | Add end_lnum and end_col in cfn_python_lint handler | yasuhiroki | |
2018-06-12 | Add support for qmlfmt fixer (#1651) | P M | |
* Add support for qmlfmt fixer | |||
2018-06-12 | Try speeding up Travis builds with a generic environment | w0rp | |
2018-06-12 | Add a test for handling missing detail keys for LSP completion | w0rp | |
2018-06-12 | Merge pull request #1638 from ssiegel/use-vanilla-rscript | w0rp | |
Use --vanilla switch for Rscript | |||
2018-06-12 | Add linter for AWS CloudFormation template file | yasuhiroki | |
2018-06-11 | Merge pull request #1640 from docwhat/pr/lsp-handle-missing-details | w0rp | |
lsp: handle missing "detail" key | |||
2018-06-07 | lsp: handle missing "detail" key | Christian Höltje | |
2018-06-07 | WIP cd to project path | Colby Dehart | |
2018-06-07 | added test for command callback | Colby Dehart | |
2018-06-07 | Adapt test to also use Rscript --vanilla | Stefan Siegel | |
2018-06-07 | Use --vanilla switch for Rscript | Stefan Siegel | |
This prevents possibly bad interference with the user's R environment, e.g. by an auto-activating packrat. | |||
2018-06-07 | Merge pull request #1636 from zed0/master | w0rp | |
#1635 - Use the project base rather than its parent for cquery | |||
2018-06-07 | #1635 - Use the project base rather than its parent for cquery | Ben Falconer | |
2018-06-06 | Merge pull request #1632 from zed0/master | w0rp | |
Add the cquery LSP | |||
2018-06-06 | Add the cquery LSP #1475 #1594 | Ben Falconer | |
2018-06-06 | Pass rootUri to LSPs in addition to rootPath | Ben Falconer | |
2018-06-06 | Allow initialization options to be passed to language servers | Ben Falconer | |
2018-06-05 | Merge pull request #1629 from elebow/pipenv-executable-python-tools | w0rp | |
Allow all Python linter executables to be set to `pipenv`. | |||
2018-06-05 | Merge pull request #1628 from rmorabia/patch-1 | w0rp | |
Readme Typo: TypeSript -> TypeScript | |||
2018-06-05 | Allow all Python linter executables to be set to `pipenv`. | Eddie Lebow | |
It appends ` run {linter_name}`, analogously to the Ruby linters when the executable is set to `bundle` | |||
2018-06-04 | Typo: TypeSript -> TypeScript | Radhika Morabia | |
2018-06-04 | Merge pull request #1627 from budziq/master | w0rp | |
Added linting of tests and examples for rust cargo linter | |||
2018-06-04 | Allow linting rust tests and examples with cargo | Michał Budzyński | |
2018-06-03 | Merge pull request #1623 from zoonfafer/scalafmt-fixer | w0rp | |
Add 'scalafmt' fixer for Scala files | |||
2018-06-04 | doc/scalafmt: Remove wrong bits on initial "enabledness" of fixers | Jeffrey Lau | |
2018-06-03 | Merge pull request #1625 from elebow/flake8-pipenv-run | w0rp | |
Allow flake8 executable to be set to `pipenv`. | |||
2018-06-03 | Respect warn_about_trailing_whitespace for gitlint | w0rp | |
2018-06-02 | Allow flake8 executable to be set to `pipenv`. | Eddie Lebow | |
It appends ` run flake8`, analogously to the Ruby tools when the executable is set to `bundle` |