# Lint.jl **Repository Path**: Julialang/Lint.jl ## Basic Information - **Project Name**: Lint.jl - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-12 - **Last Updated**: 2024-06-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Lint.jl [![Build Status](https://travis-ci.org/tonyhffong/Lint.jl.svg?branch=master)](https://travis-ci.org/tonyhffong/Lint.jl) [![Coverage Status](https://img.shields.io/coveralls/tonyhffong/Lint.jl.svg)](https://coveralls.io/r/tonyhffong/Lint.jl) [![Lint](http://pkg.julialang.org/badges/Lint_0.4.svg)](http://pkg.julialang.org/?pkg=Lint&ver=0.4) [![Lint](http://pkg.julialang.org/badges/Lint_0.5.svg)](http://pkg.julialang.org/?pkg=Lint&ver=0.5) 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: ```julia Pkg.add("Lint") ``` ## Usage There are 3 functions you can use to lint your code. * `lintpkg("MyPackage")` for linting an entire package * `lintfile("my_file.jl")` for linting a file * `lintstr("my string")` for linting a string ## Documentation Detailed documentation is available for: * [Latest Release](https://lintjl.readthedocs.org/en/stable/) * [Development](https://lintjl.readthedocs.org/en/latest/)