How to get shellcheck linter to work in micro? #2983
-
Hi, I believe that micro has linter for shellcheck, however I can't figure out how to enable and use it. The 'help linter' command says: I found this comment: But I still don't understand what to do to make it work. I made a wild guess that I need to create an init.lua file in my ~/.config/micro/ directory so I did it and this is what it contains:
But this seems to do nothing... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
This PR seems to suggest that support for shellcheck has been merged. |
Beta Was this translation helpful? Give feedback.
-
If you have shellcheck available in your |
Beta Was this translation helpful? Give feedback.
Yes! This solved it. Turns out that on the Linux Mint machine, I had version 2.0.9, so probably installed from apt and forgot about it.
Sorry for wasting your time, and very greatful for your kind help! @Andriamanitra