An open API service indexing awesome lists of open source software.

https://github.com/logankilpatrick/linting.jl

WIP: A Julia Linter for all of your Linting needs!
https://github.com/logankilpatrick/linting.jl

Last synced: 3 months ago
JSON representation

WIP: A Julia Linter for all of your Linting needs!

Awesome Lists containing this project

README

          

# Linting.jl
A Julia Linter for all of your Linting needs! Join the `#linting` channel! [![Chat on Slack](https://img.shields.io/badge/chat-on%20slack-ff69b4.svg)](https://julialang.slack.com)

## The reality

This is going to be a major work in progress. I am planning to build out this Linter over time. If you have a specific feature request please open an issue and I will do my best to get to it quickly.

## Installation

```julia
julia> ] dev https://github.com/logankilpatrick/Linting.jl.git
```

## Usage

```julia
julia> using Linting
julia> lintfile("Path_Of_File_You_Want_Linted.jl")
```