Lint.jl

Lint.jl is a tool that uses static analysis to assist in the development process by detecting common bugs and potential issues.

Installation

Lint.jl can be installed through the Julia package manager:

Pkg.add("Lint")