How can I use kotlinc as a linter in ALE? #4810
Unanswered
TheButterflyMon
asked this question in
Q&A - Ask for help with problems
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've installed kotlinc and I can compile Kotlin code from the command line. I've added
'kotlin': ['kotlinc']
tog:ale_linters
. kotlinc shows up in the Enabled Linters list when I open a Kotlin file and typeALEInfo
, but I cannot lint Kotlin code with ALE.Is there anything I have to do to lint Kotlin code with kotlinc in ALE?
Beta Was this translation helpful? Give feedback.
All reactions