summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-25Improve pyrex cython linter.Nicolas Pauss
Like many other linters, use variables for the executable and options used by the linter. By default, the linter now report every warnings as errors with `--warning-errors`. Also add include directory and set working directory to file directory.
2018-06-24Close #1453 #1172 - Add ale_linters_ignore for ignoring linter resultsw0rp
2018-06-23Merge pull request #1673 from meain/fixer-tidyw0rp
Add fixer tidy for HTML
2018-06-23Add fixer tidy for HTMLAbin Simon
Add tests for tidy HTML fixer
2018-06-23#1674 - Alias verilog_systemverilog to verilog by defaultw0rp
2018-06-21Close #1590 - Automatically close previews for hoverw0rp
2018-06-21Fix #1661 - Do not use :edit when jumping inside of a filew0rp
2018-06-21Close #1522 - Show suggested fixers in :ALEInfow0rp
2018-06-21Close #1417 - Support wildcard filetypes for fixersw0rp
2018-06-20#1398 document the detail keyw0rp
2018-06-20Merge pull request #1665 from ashemedai/masterw0rp
Make CloudFormation linter work again with latest version
2018-06-20Merge pull request #1618 from colbydehart/masterw0rp
[new linter] Add mix linter for elixir
2018-06-20Remove redundant spaces.w0rp
2018-06-20Try to fix the tests on Windowsw0rp
2018-06-20Update test to match update to linterJeroen 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-20Make CloudFormation linter work again with latestJeroen 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-20Set up most of the autocmd events in one groupw0rp
2018-06-20Remove CallWithCooldown functions to save on timew0rp
2018-06-19Move ClockMilliseconds to events, so fewer files are loaded some timesw0rp
2018-06-19Move the initialization of augroups to then events filew0rp
2018-06-19Remove a redundant variable in testsw0rp
2018-06-19Avoid calling ALE cleanup code if ALE never tried to check a bufferw0rp
2018-06-18Set `--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-17Merge pull request #1653 from chaucerbao/feature/js-tsserver-supportw0rp
Add TSServer support for JavaScript files
2018-06-17Merge pull request #1650 from yasuhiroki/support-cfn-python-lintw0rp
Add linter for AWS CloudFormation template file
2018-06-15Tell people that there's no cost for LSP support if they don't need itw0rp
2018-06-15Lazy-load LSP linters, and check b:changedtick before notifying about changesw0rp
2018-06-13Add TSServer support for JavaScript filesAlvin Chan
2018-06-13Add end_lnum and end_col in cfn_python_lint handleryasuhiroki
2018-06-12Add support for qmlfmt fixer (#1651)P M
* Add support for qmlfmt fixer
2018-06-12Try speeding up Travis builds with a generic environmentw0rp
2018-06-12Add a test for handling missing detail keys for LSP completionw0rp
2018-06-12Merge pull request #1638 from ssiegel/use-vanilla-rscriptw0rp
Use --vanilla switch for Rscript
2018-06-12Add linter for AWS CloudFormation template fileyasuhiroki
2018-06-11Merge pull request #1640 from docwhat/pr/lsp-handle-missing-detailsw0rp
lsp: handle missing "detail" key
2018-06-07lsp: handle missing "detail" keyChristian HoĢˆltje
2018-06-07WIP cd to project pathColby Dehart
2018-06-07added test for command callbackColby Dehart
2018-06-07Adapt test to also use Rscript --vanillaStefan Siegel
2018-06-07Use --vanilla switch for RscriptStefan Siegel
This prevents possibly bad interference with the user's R environment, e.g. by an auto-activating packrat.
2018-06-07Merge pull request #1636 from zed0/masterw0rp
#1635 - Use the project base rather than its parent for cquery
2018-06-07#1635 - Use the project base rather than its parent for cqueryBen Falconer
2018-06-06Merge pull request #1632 from zed0/masterw0rp
Add the cquery LSP
2018-06-06Add the cquery LSP #1475 #1594Ben Falconer
2018-06-06Pass rootUri to LSPs in addition to rootPathBen Falconer
2018-06-06Allow initialization options to be passed to language serversBen Falconer
2018-06-05Merge pull request #1629 from elebow/pipenv-executable-python-toolsw0rp
Allow all Python linter executables to be set to `pipenv`.
2018-06-05Merge pull request #1628 from rmorabia/patch-1w0rp
Readme Typo: TypeSript -> TypeScript
2018-06-05Allow 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-04Typo: TypeSript -> TypeScriptRadhika Morabia