SkillAgentSearch skills...

Lint.jl

A lint tool for Julia code

Install / Use

/learn @tonyhffong/Lint.jl
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

  • 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:

View on GitHub
GitHub Stars171
CategoryDevelopment
Updated5mo ago
Forks33

Languages

Julia

Security Score

77/100

Audited on Nov 4, 2025

No findings