w0rp and GitHub
92cada9913
Merge pull request #3056 from ts826848/remove-ale-std-if-already-in-GetCFlags
...
[WIP] Avoid overriding parsed C/C++ -std=* flag
2020-08-19 00:21:22 +01:00
w0rp and GitHub
e27d4377b5
Merge pull request #3178 from sudobash1/expand_at
...
Fixes #3092 - Implement loading `@file` c arguments
2020-08-19 00:15:34 +01:00
w0rp and GitHub
f8b3a43aab
Merge pull request #3229 from hsanson/3220-enable-languagetool-for-asciidoc
...
Enable languagetool for asciidoctor files.
2020-08-18 23:22:01 +01:00
w0rp and GitHub
bc6304bdb0
Merge pull request #3007 from klaaspieter/swift-format
...
Add Apple's swift-format as a linter
2020-08-17 23:37:23 +01:00
w0rp and GitHub
ac56574b55
Merge pull request #3046 from hsanson/2816-fix-standard-fix-doesnt-work
...
Fix 2816 - Standard fix does not work.
2020-08-17 21:44:19 +01:00
w0rp and GitHub
6d33417b15
Merge pull request #2759 from kgrzywacz/master
...
credo now recognizes umbrella projects
2020-08-17 21:34:10 +01:00
w0rp and GitHub
eb864730e2
Merge pull request #2906 from elebow/shelldetect-fall-back-to-filetype-if-no-hashbang
...
ShellDetect falls back to filetype if no hashbang (fixes #2886 )
2020-08-17 21:29:16 +01:00
w0rp and GitHub
514e5a8baa
Merge pull request #2940 from davidsierradz/add-markdownlint-options
...
allow passing custom options to markdownlint
2020-08-17 10:21:36 +01:00
w0rp and GitHub
2b2403a20d
Merge pull request #3144 from jamescdavis/dont_append_newline_when_noeol
...
don't append a newline to temp file when buffer is noeol and nofixeol is set
2020-08-14 00:32:28 +01:00
w0rp and GitHub
8151e3e8fa
Merge pull request #2920 from ConradIrwin/prettier-standard-stdin
...
Fix prettier_standard to respect the configuration file
2020-08-14 00:27:41 +01:00
w0rp and GitHub
94a968ef39
Merge pull request #2924 from patrick96/vlog-filename
...
verilog: Add filename to vlog linter output
2020-08-14 00:20:57 +01:00
w0rp and GitHub
ed69b074ba
Merge pull request #3164 from mathstuf/cargo-separate-target-dir
...
rust/cargo: add support for a custom target directory
2020-08-13 16:29:19 +01:00
w0rp and GitHub
0b77766337
Merge pull request #3010 from kevinoid/ps1-powershell
...
Alias ps1 filetype to powershell
2020-08-13 13:45:49 +01:00
w0rp and GitHub
8bfb5c6407
Merge pull request #2849 from DonnieWest/excludeTsserverWarnings
...
Allow the user to remove warnings from completions
2020-08-09 01:32:27 +01:00
w0rp and GitHub
2d174db5b2
Merge pull request #3107 from daliusd/tslintfix
...
Fix tslint fixer not working issue (temporary file not found)
2020-08-07 19:52:18 +01:00
w0rp and GitHub
667618b399
Merge pull request #3191 from mostfunkyduck/master
...
Fixes govet linter for go 1.13+, with tests
2020-08-07 08:54:17 +01:00
w0rp and GitHub
711c90c523
Merge pull request #3123 from liskin/ccls-build-dir
...
ccls: Detect build dir and set compilationDatabaseDirectory
2020-08-06 13:12:56 +01:00
w0rp and GitHub
1bd7b3e4ad
Merge pull request #3196 from jeremija/autoimport-langserver-pr
...
Add autoimport and rename support for langservers
2020-08-05 13:35:48 +01:00
w0rp and GitHub
68b484a49f
Merge pull request #2914 from hsanson/2913-fix-checkstyle-config-with-options
...
Fix 2913 - checkstyle config file ignored.
2020-07-21 12:49:55 +01:00
w0rp and GitHub
f31182beee
Merge pull request #3060 from hsanson/345-update-javalsp-documentation
...
Fix 345 - update java language server docs.
2020-07-21 12:48:57 +01:00
w0rp and GitHub
f4668c751f
Merge pull request #3070 from hsanson/2732-add-bashate-support
...
Fix 2732 - Add bashate support
2020-07-21 12:47:33 +01:00
w0rp and GitHub
70ab831001
Merge pull request #3119 from hsanson/2269-ktlint-stdin-support
...
Fix 2269 - use ktlint stdin.
2020-07-21 12:45:26 +01:00
w0rp and GitHub
c1c3bd9227
Merge pull request #3137 from hsanson/3132-fix-eclipselsp-command
...
Fix eclipselsp command function.
2020-07-21 12:43:28 +01:00
w0rp and GitHub
d2934ba017
Merge pull request #3121 from zoonfafer/scala-metals
...
linter/scala/metals: Fix return value of GetProjectRoot()
2020-04-20 17:39:48 +01:00
w0rp and GitHub
64b9a2708d
Merge pull request #3098 from tarikgraba/verilator-columnn
...
Adds column number to the verilator verilog linter
2020-04-18 12:36:16 +01:00
w0rp and GitHub
198361bc0d
Merge pull request #2681 from mynomoto/clj-kondo-cache
...
Use cache for clj-kondo linter
2020-04-17 17:50:18 +01:00
w0rp and GitHub
dc054f30c8
Merge pull request #2823 from jeremija/do-not-save-on-autoimport
...
Do not save after ALERename and ALEOrganizeImports
2020-04-17 17:32:36 +01:00
w0rp and GitHub
8f7ccdc5e9
Refactor the "s:LoadArgCount()" function ( #3025 )
...
* Refactor the "s:LoadArgCount()" function
Previously, this function would always set "v:errmsg" on the first
call with a given function. This is because autoloaded functions
are not defined on the first call.
A number of improvements have been made:
- a useless local function ("l:Function") is removed
- the "execute()" builtin captures the output, instead of ":redir"
- a ":try" block handles the case where a function is not defined
- a useless ":if" is removed since ":redir" always defines the var
- confusing quoting is re-written (remove double "'" chars)
Fixes : #3021
2020-03-04 20:56:22 +00:00
w0rp and GitHub
4afbf2f25d
Merge pull request #2908 from af/patch-1
...
Fix for incorrect eslint output parsing for graphql files
2020-01-02 14:53:06 +00:00
w0rp and GitHub
7a4f5cefba
Merge pull request #2942 from PsiPhire/master
...
Allow popup to be used instead of preview in completeopt
2020-01-01 18:43:53 +00:00
w0rp and GitHub
6ad8836c68
Merge pull request #2937 from kevinoid/eslint-run-from-project-root
...
Run ESLint from project root dir where possible
2020-01-01 18:30:01 +00:00
w0rp and GitHub
25e457595a
Merge pull request #2828 from akhilman/hover-to-preview
...
Add option to show hover messages in preview.
2020-01-01 18:21:00 +00:00
w0rp and GitHub
d8195e9276
Merge pull request #2910 from hsanson/2891-fix-eslinter-json-parser
...
Fix 2891 - eslint not showing errors.
2019-11-27 10:15:59 +00:00
w0rp and GitHub
b91d82bfaa
Merge pull request #2847 from DonnieWest/allowUserToCustomizeItems
...
Allow user to customize items
2019-11-15 09:34:24 +00:00
w0rp and GitHub
7665559d0e
Merge pull request #2660 from YPCrumble/master
...
Add StandardJS linter for TypeScript
2019-11-14 14:47:19 +00:00
w0rp and GitHub
66a8df081e
Merge pull request #2890 from nhanb/master
...
Add nimpretty fixer for nim-lang
2019-11-14 14:35:31 +00:00
w0rp and GitHub
b76165abf6
Merge pull request #2889 from zigford/powershell-7-errorview
...
Default errorview in pwsh7 now concise
2019-11-14 14:24:19 +00:00
w0rp and GitHub
f11f6a2195
Merge pull request #2887 from tamago324/add-nimcheck-end_col-options
...
Add nimcheck end_col options
2019-11-07 15:47:31 +00:00
w0rp and GitHub
5eefe544ed
Merge pull request #2617 from robindar/master
...
Fix crystal-lang non file-tied message handling
2019-11-07 08:36:42 +00:00
w0rp and GitHub
2d9380d75c
Merge pull request #2690 from iclanzan/purty
...
Add purty fixer for PureScript
2019-10-29 17:37:18 +00:00
w0rp and GitHub
e259dd525f
Merge pull request #2819 from greg0ire/psalm_extra_options
...
Add the possiblity to add extra psalm options
2019-10-29 17:21:01 +00:00
w0rp and GitHub
0d4dfb61dc
Merge pull request #2700 from elebow/clangcheck-no-color-diagnostics
...
clangcheck: Add -fno-color-diagnostics (closes #2188 )
2019-10-28 13:14:14 +00:00
w0rp and GitHub
9125ec8739
Merge pull request #2845 from DonnieWest/fixItemDetailsOnEmptySource
...
Fix tsserver not returning details for items with empty source
2019-10-18 15:16:54 +01:00
w0rp and GitHub
99e64ed084
Merge pull request #2844 from DonnieWest/fixAsyncompleteCodeActions
...
Allow code actions to work on callback based sources
2019-10-18 15:10:36 +01:00
w0rp and GitHub
7c5825ecbc
Merge pull request #2803 from diegosouza/update_highest_phpstan_level
...
Update highest phpstan level
2019-10-14 16:18:10 +01:00
w0rp and GitHub
01219f0308
Merge pull request #2810 from jmreicha/patch-2
...
Fix Powershell emoji
2019-10-14 16:16:02 +01:00
w0rp and GitHub
af1643a948
Merge pull request #2829 from rcorre/fix-doc-example
...
Fix TCP server config example.
2019-10-14 16:15:35 +01:00
w0rp and GitHub
59b34dd017
Merge pull request #2813 from werneta/master
...
Update vlog parser to handle new output format
2019-10-07 19:55:41 +01:00
w0rp and GitHub
f2b231dd76
Merge pull request #2771 from gpanders/master
...
Use Makefile output with clang-tidy when useful
2019-10-07 19:34:52 +01:00
w0rp and GitHub
8fda1cebff
Merge pull request #2814 from andys8/improvement/elm-ls-name-fix-in-documentation
...
elm-ls: Removed some leftovers of previous name
2019-10-07 19:32:00 +01:00
w0rp and GitHub
8097d51e33
Merge pull request #2750 from andys8/improvement/elm-language-server-elm-analyse-trigger-param
...
Elm language server params update
2019-10-07 19:30:59 +01:00
w0rp and GitHub
06082ef377
Merge pull request #2735 from zoonfafer/scala-metals
...
Add linter for Scala Metals
2019-10-07 19:24:47 +01:00
w0rp and GitHub
d3a3f4011b
Merge pull request #2676 from davidtwco/nixfmt-fixer
...
Add nixpkgs-fmt fixer.
2019-10-07 19:22:01 +01:00
w0rp and GitHub
cebbb67ea6
Merge pull request #2659 from greg0ire/psalm-language-server-option
...
Use the psalm executable with the LS option
2019-10-07 19:19:54 +01:00
w0rp and GitHub
32b784219b
Merge pull request #2694 from elebow/add-ruby-debride
...
Add ruby debride (closes #2471 )
2019-10-07 19:17:55 +01:00
w0rp and GitHub
a486aa1d24
Merge pull request #2809 from hsanson/2802-fix-sign-group-parsing
...
Fix sign parser to be language independent.
2019-10-04 15:42:46 +01:00
w0rp and GitHub
6746eaeaa0
Merge pull request #2683 from ahayworth/ahayworth-add-ink-lsp
...
Add support for ink-language-server
2019-09-22 13:07:19 +01:00
w0rp and GitHub
d7dbc8f2cf
Merge pull request #2719 from kevinywlui/patch-1
...
Remove texlab rust rewrite link
2019-09-22 12:41:12 +01:00
w0rp and GitHub
e329413a31
Merge pull request #2667 from Chris-Slade/master
...
Edit ale-cs-csc docs to remove typos
2019-09-22 12:37:00 +01:00
w0rp and GitHub
e6241ee0d2
Merge pull request #2784 from hsanson/2733-add-semistandard-executable-to-path-search
...
Add semistandard to node_modules search.
2019-09-22 11:36:53 +01:00
w0rp and GitHub
ab8e043353
Merge pull request #2691 from elebow/mdl-use-json-output
...
mdl: Use JSON output instead of parsing text
2019-09-20 20:59:59 +01:00
w0rp and GitHub
e6946de98a
Merge pull request #2736 from zoonfafer/doc-typos
...
doc: Fix typos
2019-09-20 20:50:58 +01:00
w0rp and GitHub
7b38e97943
Merge pull request #2780 from jeremija/tsserver-autoimport-desc
...
Show description of autoimport action for tsserver
2019-09-20 09:30:52 +01:00
w0rp and GitHub
b531a4e0b3
Merge pull request #2653 from AntoineGagne/bugfix/bugged-plt-detection
...
Fix bug with detection of the PLT in Erlang Dialyzer
2019-09-19 20:35:54 +01:00
w0rp and GitHub
41ed10be4e
Merge pull request #2770 from statquant/master
...
Adding linting for rmd filetype (duplicate of rmarkdown)
2019-09-19 19:29:38 +01:00
w0rp and GitHub
61cfb3fefb
Merge pull request #2693 from elebow/chmod-remove-x
...
Remove +x bit from some files that don't need it.
2019-09-12 23:00:34 +01:00
w0rp and GitHub
321ee6d26b
Merge pull request #2738 from Joshuao95/patch-1
...
Update irrelevant JSCS site link
2019-09-12 22:59:20 +01:00
w0rp and GitHub
58b7c281c5
Merge pull request #2696 from elebow/update-test-docs-for-linter-lists
...
Update test docs and output for linter tables checked
2019-09-12 22:57:44 +01:00
w0rp and GitHub
b66d202c1d
Merge pull request #2695 from elebow/move-ruby-escape-executable
...
Move ale#handlers#ruby#EscapeExecutable to ale#ruby#EscapeExecutable
2019-09-12 21:29:41 +01:00
w0rp and GitHub
fbe7cea91c
Merge pull request #2741 from zoonfafer/shell
...
linter/sh: Improve parsing of error messages in different locales
2019-09-12 20:41:49 +01:00
w0rp and GitHub
7d7ddf22d3
Merge pull request #2638 from frangio/nvim-highlight
...
Use Neovim API for highlights when available
2019-09-01 10:47:28 +01:00
w0rp and GitHub
91636cff06
Merge pull request #2677 from davidtwco/check-toc-test-failure
...
Remove `/bin/ls` assumption from check-toc test.
2019-08-18 16:26:14 +01:00
w0rp and GitHub
d787369f37
Merge pull request #2701 from elebow/doc-elixir-linters-floppy_disk
...
Add 💾 to dialyxir and dogma
2019-08-18 16:22:46 +01:00
w0rp and GitHub
ddb559b3be
Merge pull request #2631 from timlag1305/feat/ada-gnatpp
...
Add gnatpp fixer for Ada
2019-08-18 15:37:51 +01:00
w0rp and GitHub
ee62cc6898
Merge pull request #2706 from richyfish/2703_mypy_stderr
...
mypy linter capture stderr for error reporting in ALEInfo
2019-08-17 19:21:42 +01:00
w0rp and GitHub
3ae01ba249
Merge pull request #2430 from eliath/master
...
Support $GO111MODULE with Go tooling
2019-07-30 21:17:20 +01:00
w0rp and GitHub
8f5ecf0120
Merge pull request #2646 from paulreimer/fixer-clangformat-use-assume-filename
...
Set --assume-filename for clangformat fixer
2019-07-30 08:21:21 +01:00
w0rp and GitHub
b1230873b6
Merge pull request #2612 from andys8/feature/elm-language-server-update
...
Update elm-ls
2019-07-29 21:56:27 +01:00
w0rp and GitHub
aae6d30b1e
Merge pull request #2618 from rustic-games/clippy-flags
...
Update Rust cargo linter to better integrate with Clippy
2019-07-14 15:16:15 +01:00
w0rp and GitHub
bafa1c619d
Merge pull request #2643 from delphinus/feature/update-deoplete-for-cpp
...
Add Deoplete's input_patterns for cpp
2019-07-14 15:05:00 +01:00
w0rp and GitHub
36a50111b9
Merge pull request #2601 from delphinus/feature/better-completion-for-deoplete
...
Show more candidates for Deoplete completion
2019-07-14 10:29:03 +01:00
w0rp and GitHub
6c47d7fc35
Merge pull request #2606 from hsanson/fix-javalsp-executable-docs
...
Default executable for javalsp is empthy string.
2019-07-06 14:31:32 +01:00
w0rp and GitHub
89f7292138
Merge pull request #2625 from ericdwang/update-readme
...
Update README section about running linters on save
2019-06-30 18:17:19 +01:00
w0rp and GitHub
d2c3141f26
Merge pull request #2600 from hsanson/add-javalsp-lsp-options-2
...
Add support for javalsp configuration options.
2019-06-19 23:32:06 +01:00
w0rp and GitHub
418f8a6fed
Merge pull request #2602 from lbonn/master
...
Update docs on default after recent changes
2019-06-19 16:18:41 +01:00
w0rp and GitHub
38a55fa9fe
Merge pull request #2599 from parkovski/cpp-autocomplete-trigger
...
Enable C++ autocompletion on '::' and '->'
2019-06-19 10:46:19 +01:00
w0rp and GitHub
701c1e4f17
Merge pull request #2578 from andys8/patch-2
...
Elm: Update link to compiler repository
2019-06-17 12:48:01 +01:00
w0rp and GitHub
15f23532b7
Merge pull request #2577 from hsanson/fix-checkstyle-defaults
...
Fix checkstyle default configuration.
2019-06-16 18:13:47 +01:00
w0rp and GitHub
3acfa0813e
Merge pull request #2591 from blahgeek/inc-deoplete-rank
...
Raise deoplete source rank to 1000
2019-06-16 17:29:26 +01:00
w0rp and GitHub
6e28eec243
Merge pull request #2563 from dcyriller/fixer-prettier-glimmer
...
prettier: Support experimental languages (Handlebars)
2019-06-13 11:08:21 +01:00
w0rp and GitHub
8b46fa3ee7
Merge pull request #2567 from theevocater/add_reorder_python_imports
...
Add support for reorder-python-imports fixer
2019-06-10 19:33:00 +01:00
w0rp and GitHub
1ba1a9ef0e
Merge pull request #2558 from hsanson/fix-javalsp-command-callback
...
Fix javalsp command callback.
2019-06-10 19:15:15 +01:00
w0rp and GitHub
730752523b
Merge pull request #2574 from enterprisey/patch-1
...
In README, more efficient git clones
2019-06-10 13:33:54 +01:00
w0rp and GitHub
d9bad6c0b8
Merge pull request #2568 from h-michael/fix-reasonml-doc
...
Remove unnecessary asterisk from doc/ale-reasonml
2019-06-10 09:06:43 +01:00
w0rp and GitHub
59829bc194
Merge pull request #2253 from jj-kim/master
...
Improve location list behavior on split windows of same buffer.
2019-06-08 23:25:02 +01:00
w0rp and GitHub
d9931b9891
Merge pull request #2559 from nerdrew/rust-cargo-rendered-detail
...
show rendered cargo error in detail for clippy errors
2019-06-08 23:20:18 +01:00
w0rp and GitHub
3aa58ca179
Merge pull request #2565 from Tharre/master
...
Run xml linters on xsd and xslt files
2019-06-08 23:09:09 +01:00
w0rp and GitHub
5826b4927c
Merge pull request #2551 from laino/eslint-json
...
Use JSON output for ESLint and fix tsserver column
2019-06-08 23:05:35 +01:00
w0rp and GitHub
6eb68b4507
Merge pull request #2566 from grimmn/extend-clangtidy-options
...
Add additional options setting for clang-tidy linter
2019-06-08 22:45:39 +01:00
w0rp and GitHub
42a1fc2d29
Merge pull request #2557 from hy2k/update-doc
...
Change ALE integration with Deoplete in README
2019-06-04 16:18:43 +01:00