w0rp
3a2286a1b8
Refactor history management functions into their own file
2017-02-16 21:18:03 +00:00
w0rp
434ff01f59
Add a missing question mark
2017-02-16 21:00:39 +00:00
w0rp
8c3c84c45e
Add an FAQ section to address concerns about battery life
2017-02-16 20:59:37 +00:00
w0rp
406d784f7a
Merge pull request #350 from qantik/clang-fix
...
Fix clang++ flag typo
2017-02-16 20:38:51 +00:00
Andrea Caforio
a7272466f7
Fix clang++ flag typo.
2017-02-16 18:12:41 +01:00
w0rp
8c758e339c
Fix a typo
2017-02-15 23:01:15 +00:00
w0rp
9e7034c6e2
Fix #319 - Enable only cargo for Rust by default
2017-02-15 22:59:33 +00:00
w0rp
732e8a813f
Merge pull request #346 from AlexMasterov/fix/yaml-yamllint-syntax
...
Fix 'yamllint' syntax
2017-02-15 22:24:58 +00:00
w0rp
ba1eb90212
#338 Don't do anything from tags files.
2017-02-15 22:03:18 +00:00
Alex Masterov
903a6dc885
Fix 'yamllint' syntax
2017-02-16 00:58:48 +03:00
w0rp
c49819e892
Merge pull request #345 from AlexMasterov/feature/yaml-yamllint-options
...
Add yamllint option to pass in more options
2017-02-15 21:45:19 +00:00
w0rp
cb60a2c06e
Cover ALEToggle with Vader tests
2017-02-15 21:36:16 +00:00
w0rp
2e7050dbe2
Create a make target and variable for running specific tests
2017-02-15 20:40:50 +00:00
w0rp
721a850e21
Merge pull request #343 from vimeitor/master
...
Fix spelling
2017-02-15 19:48:41 +00:00
Alex Masterov
7ef1d485fe
Add yamllint option to pass in more options
2017-02-15 11:36:16 +03:00
w0rp
14679f0bd4
Add an issue template
2017-02-14 23:56:14 +00:00
w0rp
0131526261
#254 Add a command for copying ALEInfo to your clipboard quickly
2017-02-14 23:45:22 +00:00
w0rp
ed370667c8
#254 Add command history to ALEInfo
2017-02-14 23:44:37 +00:00
w0rp
c460602cbb
#338 Try and stop ALE from throwing ALEs when run from a sandbox
2017-02-14 21:02:49 +00:00
Adrià Farrés
4afa415bd9
Fix spelling
2017-02-14 20:26:19 +01:00
w0rp
78135103fb
Merge pull request #342 from Exteris/bugfix/gfortran-6.3.1
...
Update line marker pattern for new gfortran
2017-02-14 19:06:25 +00:00
Daan van Vugt
68b6be57f1
Update line marker pattern for new gfortran
...
Add tests for GCC 4.1.2, 4.9.2 and 6.3.1
2017-02-14 14:31:31 +01:00
w0rp
afd0730248
#274 Stop airline from doing anything if ALE doesn't load by using a different flag for loading with a very ugly name
2017-02-14 09:18:54 +00:00
w0rp
810e420510
#274 Don't emit the warning if ALE isn't working for git commits or blank files
2017-02-13 23:48:36 +00:00
w0rp
f39e88cfa8
#274 - Fix airline integration when ALE is not loaded fully
2017-02-13 23:31:29 +00:00
w0rp
c0814934af
Output ALE global variables for :ALEInfo
2017-02-13 23:15:52 +00:00
w0rp
0589022c76
Include most linter variables in ALEInfo
2017-02-13 22:11:35 +00:00
w0rp
f6bc73b749
Fix a style issue
2017-02-13 12:52:44 +00:00
w0rp
a5ec5366c4
Actually catch all Job ID problems
2017-02-13 12:13:54 +00:00
w0rp
f9815fcdef
Merge pull request #336 from ninjawithaneedle/master
...
Highlighting should not filter linter messages without column info
2017-02-13 11:02:51 +00:00
ninjawithaneedle
a2f59049dc
Highlighting should not filter linter messages without column info
2017-02-13 16:30:32 +05:30
w0rp
5cdd1498b4
#283 Fix linting buffers with no filename, by creating a filename with a guess for the file extension
2017-02-13 10:36:38 +00:00
w0rp
3aa1d57b57
Fix #171 - Implement basic error highlighting
2017-02-13 00:24:25 +00:00
w0rp
a995daa827
Fix #325 - document the ALEToggle option
2017-02-12 19:26:18 +00:00
w0rp
83b46f66f8
Make a note to ask for Vader tests
2017-02-12 17:59:05 +00:00
w0rp
f0bd08ec11
Merge pull request #331 from AlexMasterov/feature/css-stylelint-options
...
Add stylelint option to pass in more options
2017-02-12 17:49:22 +00:00
Alex Masterov
4e082b9217
Add stylelint option to pass in more options
2017-02-12 09:25:40 +03:00
w0rp
820896315d
Update the contributing guide
2017-02-12 00:26:45 +00:00
w0rp
ed269b8831
Fix the clangtidy linter, and document everything
2017-02-11 23:45:06 +00:00
Tim van Deurzen
355608b031
Add clang-tidy linter for cpp. ( #275 )
...
* Add clang-tidy linter for cpp.
* Use stdin-wrapper to allow linting as you type.
2017-02-11 23:32:56 +00:00
w0rp
4a71638061
Feed files to commands via stdin by first writing the file to a temporary file, and then piping them in via the shell instead
2017-02-11 22:43:13 +00:00
w0rp
341ea5f367
Fix the custom check issue.
2017-02-11 22:06:20 +00:00
w0rp
112f71fb17
Make javac work in a basic way
2017-02-11 22:02:38 +00:00
Valentin Finini
8c4846b68a
Added support for javac (with eclipse classpath support for now) ( #141 )
...
* A try at javac support for ALE
* Small cleanup: moved '/tmp/java_ale' string into script var
* Fixed Travis-CI build failing on autocmd not being in augroup and stupid omission
* One more fix for Travis-CI
* For some reason, expandtab was not set
* Indentation and removal of header guard.
Used examples from ale_linters/c/gcc.vim and
ale_linters/javascript/eslint.vim for the indentation of string concat blocks.
2017-02-11 21:29:48 +00:00
w0rp
3551bde012
Fix #330 - Explain how to check JSX with eslint and stylelint
2017-02-11 21:18:24 +00:00
w0rp
2078255ec3
Fix filename substitution, especially on Windows
2017-02-11 20:34:14 +00:00
w0rp
ecbb276805
Replace every stdin-wrapper script with the new %t formatting support
2017-02-11 19:40:57 +00:00
w0rp
c33602534e
Fix Pug linting
2017-02-11 18:49:12 +00:00
w0rp
beeef28b1a
Use writefile() for temporary files, which works better
2017-02-11 18:19:01 +00:00
w0rp
03ab963d1a
Add support for temporary filename substitution, for replacing stdin_wrapper
2017-02-11 18:14:18 +00:00