summaryrefslogtreecommitdiff
path: root/flycheck-android-experimental.el
AgeCommit message (Collapse)Author
2022-11-08Use correct syntaxJoel Klinghed
2022-11-05Add support for kotlin by adding flycheck-android-kotlin checkerJoel Klinghed
2018-02-15Add option for not running generate*Sources task before checkJoel Klinghed
For large projects running generate*Sources can incur a heavy cost
2018-02-15Generate configurations for all variantsJoel Klinghed
Add new option, flycheck-android-java-variant, if a matching variant is found the matching configuration is used. If no matching variant is found the first one is used - same as if you had not set a variant. Variant is case-sensitive.
2017-10-09Support checkstyle 7.x output formatJoel Klinghed
Bump emacs version to 0.3.4
2017-01-24Allow emacs to exit even if session dir was removedJoel Klinghed
2017-01-12Support custom checkstyle output formatJoel Klinghed
2017-01-11Add support for running checkstyle after compilationJoel Klinghed
2017-01-10Add a cache for gradle outputJoel Klinghed
2017-01-10Correct path to python scriptJoel Klinghed
2017-01-10Initial commitJoel Klinghed