Age | Commit message (Collapse) | Author |
|
|
|
|
|
Issue 2958: Addtional ^M characters on Windows
|
|
ALE now supports mapping files between different systems for running
linters and fixers with Docker, in virtual machines, in servers, etc.
|
|
|
|
'code') (#3114)
* Swap substitution order for echoed message
This prevents 'code' string in liter_name to be substituted by accident.
Linters including pycodestyle have been affected by this problem.
* Add test for linter whose name contains 'code'
Test for c525db8cb4088d02448c5ddcf4a80ffa028c3181
|
|
Windows may insert carriage return line endings, which ALE does not handle
well. These characters should not be displayed.
Adds a line to remove these characters for all messages.
|
|
* Added base handling for window/showMessage
* Ignoring severity log
* Code formatting
* Added user configurable severity
* Preferring ale#util#ShowMessage over echo'ing directly
* Using format similar to ale_echo_msg_format for consistency
* Updating docs
* Added LSP log config string; improved tests
* Use warning as fallback for incorrect user config
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* The project style linter now runs while you type.
* Now the scripts for checking the project require blank lines.
* Many style issues have been found and fixed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
viewing buffers like git commits
|
|
|
|
|
|
Fixes #734
The main issue was not consitently using the correct buffer.
|
|
|
|
|
|
command exists
|
|
profile them
|
|
|
|
|
|
|
|
|
|
|
|
buffers for checking buffers
|
|
most things. Clear errors when linters are removed
|
|
* Strip color from Crystal compiler output
* Don't lint files if the file doesn't exist
* Lint files if they are readable
|
|
|
|
|
|
|
|
|