summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-21Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2020-08-20#3299 Merge gcc and clang into a cc linterw0rp
Users can easily be confused when they set some options for a C or C++ compiler, and another compiler is run with different options, which still reports errors. To remedy this, the existing `gcc` and `clang` linters have been replaced with a `cc` linter that will run either compiler. This is a breaking change for ALE v3.0.0.
2020-08-20Keep -iframework if present in parsed C/C++ flags (#3057)awang
* Keep -iframework if present in parsed C/C++ flags * Add test to make sure -iframework is parsed Co-authored-by: Alex Wang <ts826848@gmail.com>
2020-08-19Try to fix Windows tests againw0rp
2020-08-19Try to fix tests on Windowsw0rp
2020-08-19Fix #3200 - Do not use -fstack-usage from parsed flagsw0rp
2020-08-19#3056 Add tests for parsed C/C++ -std flag handlingw0rp
2020-08-19Merge pull request #3056 from ts826848/remove-ale-std-if-already-in-GetCFlagsw0rp
[WIP] Avoid overriding parsed C/C++ -std=* flag
2020-08-19Merge pull request #3178 from sudobash1/expand_atw0rp
Fixes #3092 - Implement loading `@file` c arguments
2020-08-18Merge pull request #3229 from hsanson/3220-enable-languagetool-for-asciidocw0rp
Enable languagetool for asciidoctor files.
2020-08-18Remove features deprecated in previous versionsw0rp
2020-08-18Fix #3294 - Fix hover off by 1, handle LSP server crashesw0rp
2020-08-17Merge pull request #3007 from klaaspieter/swift-formatw0rp
Add Apple's swift-format as a linter
2020-08-17Merge pull request #3046 from hsanson/2816-fix-standard-fix-doesnt-workw0rp
Fix 2816 - Standard fix does not work.
2020-08-17Merge pull request #2759 from kgrzywacz/masterw0rp
credo now recognizes umbrella projects
2020-08-17Merge pull request #2906 from ↵w0rp
elebow/shelldetect-fall-back-to-filetype-if-no-hashbang ShellDetect falls back to filetype if no hashbang (fixes #2886)
2020-08-17Merge pull request #2940 from davidsierradz/add-markdownlint-optionsw0rp
allow passing custom options to markdownlint
2020-08-17Tell stale bot to wait longer before closing PRsw0rp
2020-08-17Add remark-lint for a markdown fixer (#2836)blyoa
2020-08-16Make it easier to run tests locallyw0rp
Certain tests could break if you ran them separately from other tests. They have been patched. `run-tests` now has a `--fast` option which runs tests with only the fastest Vim version ALE tests with, and the custom checks.
2020-08-14Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2020-08-14Merge pull request #3288 from nibocn/masterHoracio Sanson
fix(eclipselsp): Get jar file path failed
2020-08-14Fix #2899 - Handle tsserver default import completionw0rp
2020-08-14Merge pull request #3144 from jamescdavis/dont_append_newline_when_noeolw0rp
don't append a newline to temp file when buffer is noeol and nofixeol is set
2020-08-14Merge pull request #2920 from ConradIrwin/prettier-standard-stdinw0rp
Fix prettier_standard to respect the configuration file
2020-08-14Merge pull request #2924 from patrick96/vlog-filenamew0rp
verilog: Add filename to vlog linter output
2020-08-13Merge pull request #3164 from mathstuf/cargo-separate-target-dirw0rp
rust/cargo: add support for a custom target directory
2020-08-13fix(eclipselsp): Get jar file path failedNiBo
Error: Unable to access jarfile
2020-08-13rust/cargo: add support for a custom target directoryBen Boeckel
This can avoid having to wait for ALE or ALE being blocked on other cargo actions within the same crate.
2020-08-13Merge pull request #3010 from kevinoid/ps1-powershellw0rp
Alias ps1 filetype to powershell
2020-08-13Fix #3286 - Fix duplicate tagsw0rp
2020-08-13Fix 1695 - Change rubocop fixer to use stdin (#3230)Horacio Sanson
* Fix 1695 - Change rubocop fixer to use stdin * Update test_rubocop_fixer_callback.vader Co-authored-by: Horacio Sanson <horacio@allm.inc> Co-authored-by: w0rp <w0rp@users.noreply.github.com>
2020-08-13Configure the stale botw0rp
2020-08-13Fix #3281 - Stop CursorHold flickeringw0rp
2020-08-12Close #3274 - Handle basic LSP markdown formattingw0rp
2020-08-12Restore old behavior of ALEFix command for Rubocop (#3237)Nihad Abbasov
* Restore old behavior of ALEFix command for Rubocop Since RuboCop 0.60 ALEFix command stopped to fix all found offenses. This change restores the previous behavior by allowing rubocop to fix all detected offenses. * Fix tests * Allow to configure auto-correct option for Rubocop
2020-08-10Fix #1608 - Treat .h as C++ files for C++ clang-tidyw0rp
2020-08-10#2919 Use compile_commands.json for headersw0rp
2020-08-10Fix #3278 - Handle UTF-8 in URI encoding/decodingw0rp
2020-08-09#3276 - Update README for make -n changesw0rp
2020-08-09#3276 - Disable make -n by default againw0rp
2020-08-09Enable C flag parsing by defaultw0rp
The options for parsing `make -n` and `compile_commands.json` flags are now enabled by default, so people can start getting better flags for their files by default. `compile_commands.json` flags are now preferred over `make -n` results, to make the options work better by default.
2020-08-09Explain how to use ALE and coc.nvim togetherw0rp
2020-08-09Move :ALEInfo higher up in the FAQw0rp
2020-08-09Close #3267 - Add a general autoimport settingw0rp
2020-08-09Merge pull request #2849 from DonnieWest/excludeTsserverWarningsw0rp
Allow the user to remove warnings from completions
2020-08-07Merge pull request #3107 from daliusd/tslintfixw0rp
Fix tslint fixer not working issue (temporary file not found)
2020-08-07Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2020-08-07Fix #3273 - Handle missing keys in hover informationw0rp
2020-08-07Try to fix gopls tests againw0rp