# How can I make code linter free?

**URL:** https://discourse.julialang.org/t/how-can-i-make-code-linter-free/104061
**Category:** New to Julia
**Tags:** question
**Created:** [September 20, 2023, 12:35pm UTC](https://discourse.julialang.org/t/how-can-i-make-code-linter-free/104061 "2023-09-20T12:35:26Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Sahil\_Khan](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sahil_khan/32/47573_2.png) [@Sahil\_Khan](https://discourse.julialang.org/u/Sahil_Khan)
#### Post date: [September 20, 2023, 12:35pm UTC](https://discourse.julialang.org/t/how-can-i-make-code-linter-free/104061/1 "2023-09-20T12:35:26Z")

</div>

Here is an example where I get linter but I don’t understand what can be possible cause. Code is running fine, everything seems okay. Upon checking it says possible method call errors.

 ![image](https://global.discourse-cdn.com/julialang/original/3X/b/e/be8bbad5fefdcd21a000d2d7b570b45e6d2ebc25.png)

---

<div class="post-metadata">

### Author: ![ufechner7](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ufechner7/32/51363_2.png) [@ufechner7](https://discourse.julialang.org/u/ufechner7)
#### Post date: [September 20, 2023, 12:49pm UTC](https://discourse.julialang.org/t/how-can-i-make-code-linter-free/104061/2 "2023-09-20T12:49:36Z")

</div>

Just turn off the linter, fully or partially. See: [Linter · Julia in VS Code](https://www.julia-vscode.org/docs/dev/userguide/linter/)

It is known that the linter gives a lot false positives…
