Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-06 | Update syntax checking | w0rp | |
* Line continuation characters should be on the same lines. * .vim file line indentation should be a multiple of 4. | |||
2018-09-04 | Improve ALE project style checking | w0rp | |
* 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. | |||
2017-08-11 | Ban !=# and !=? from the codebase | w0rp | |
2017-08-08 | Ban use of ==# or ==? in the codebase, and prefer is# or is? instead | w0rp | |
2017-07-10 | Kotlin and general Gradle support. (#745) | Michael Pardo | |
2017-06-24 | #681 Show extra kotlin errors at line 1 | w0rp | |
2017-06-19 | #662 Fix kotlinc configuration name escaping | w0rp | |
2017-05-27 | kotlin linter support for maven/pom.xml | Paolo Gavocanov | |
2017-05-12 | #549 Temporarily revert shell escaping changes, just for Windows | w0rp | |
2017-05-08 | #540 Fix shell escaping pretty much everywhere | w0rp | |
2017-05-02 | Add kotlinc checker for kotlin (#526) | Francis Agyapong | |
* Add kotlinc checker for kotlin |