Static code analysis tool for Julia

Is there any static code analysis tool for Julia? I’m looking for something that I could run from command line, for automatic code checks.

https://github.com/julia-vscode/StaticLint.jl

1 Like

Since it has very limited documentation, @Tamas_Papp could you give example how to use it?

1 Like

If the docs at

https://www.julia-vscode.org/StaticLint.jl/dev/

are not sufficient, I would recommend you ask the authors.

1 Like

Check this pull request: feat: add Lint API by aminya · Pull Request #220 · julia-vscode/StaticLint.jl · GitHub

I believe it will answer your questions. It would be really cool to get this finalized and merged.

2 Likes