Update linter path (#280)

The lint script has changed to lint.sh
This commit is contained in:
Daniel Waechter 2023-11-02 06:30:33 -04:00 committed by GitHub
parent a6e2572e4c
commit d119bb3f31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@ git clone https://github.com/LemmyNet/lemmy-ui.git --recursive
Use `cargo check` to find compilation errors. To start the Lemmy backend, run `cargo run`. It will bind to `0.0.0.0:8536`.
After making changes, you need to format the code with `cargo +nightly fmt --all` and run the linter with `./scripts/fix-clippy.sh`.
After making changes, you need to format the code with `cargo +nightly fmt --all` and run the linter with `./scripts/lint.sh`.
### Frontend development