# What is the current approach for linting in Juno

**URL:** https://discourse.julialang.org/t/what-is-the-current-approach-for-linting-in-juno/32312
**Category:** Juno
**Tags:** question
**Created:** [December 15, 2019, 9:30pm UTC](https://discourse.julialang.org/t/what-is-the-current-approach-for-linting-in-juno/32312 "2019-12-15T21:30:22Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![aviatesk](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/aviatesk/32/7610_2.png) [@aviatesk](https://discourse.julialang.org/u/aviatesk)
#### Post date: [December 16, 2019, 8:27am UTC](https://discourse.julialang.org/t/what-is-the-current-approach-for-linting-in-juno/32312/2 "2019-12-16T08:27:34Z")

</div>

`linter-julia` is actually not in Juno’s ecosystem at all – its implementation is pretty old and imho I don’t recommend using it for now.

We’re planning to implement our own linter based on CSTParser.jl, but it’s not our top priority and so I can’t provide an estimate.

So in conclusion there is no (static-)linter in Juno for now, but with Juno’s interactive code execution feature you can easily find syntactical misses. If you really want a linter, [vscode-julia](https://www.julia-vscode.org/) extension will do that fine.

---

_[View the full topic](https://discourse.julialang.org/t/what-is-the-current-approach-for-linting-in-juno/32312)._
