tonyhffong / Lint.jl

A lint tool for Julia code
Other
168 stars 33 forks source link

Lint.jl

Build Status Coverage Status
Lint Lint

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")

Usage

There are 3 functions you can use to lint your code.

Documentation

Detailed documentation is available for: