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!
- Host: GitHub
- URL: https://github.com/logankilpatrick/linting.jl
- Owner: logankilpatrick
- License: mit
- Created: 2019-08-27T01:35:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-28T00:16:54.000Z (almost 7 years ago)
- Last Synced: 2025-02-10T07:12:27.863Z (over 1 year ago)
- Language: Julia
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linting.jl
A Julia Linter for all of your Linting needs! Join the `#linting` channel! [](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")
```