linthis 0.5.3

A fast, cross-platform multi-language linter and formatter
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Linthis Development Instructions

## Build & Install

Every time code is modified, rebuild and reinstall:

```bash
cargo build --release && cargo install --path . --force
```

This is **mandatory** after any code change to ensure the installed binary is up to date.