Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vdayanand/lintia
Fast linter for Julia programming language
https://github.com/vdayanand/lintia
Last synced: 3 months ago
JSON representation
Fast linter for Julia programming language
- Host: GitHub
- URL: https://github.com/vdayanand/lintia
- Owner: vdayanand
- License: mit
- Created: 2023-06-12T18:33:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-25T12:06:20.000Z (6 months ago)
- Last Synced: 2024-07-25T13:35:20.744Z (6 months ago)
- Language: Rust
- Homepage:
- Size: 2.96 MB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lintia
### Fast linter for Julia (Work In Progress)
## Prerequisites
* [Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)## Installation
1. Clone the repository: `git clone https://github.com/vdayanand/lintia --recurse-submodules`
2. Navigate to the Lintia directory: `cd lintia`
3. Run Lintia with the following command:
```
cargo run --project=
```
For example:
```
cargo run ~/code/Example/src/Example.jl --project=~/code/Example -p
```