Skip to content

Commit

Permalink
style(server): Added serious lint command to justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
szattila98 committed Jun 30, 2023
1 parent 3b69069 commit ecc3c75
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,8 @@ docker-start-dev:

docker-stop:
# Stopping docker-compose environment
docker-compose down
docker-compose down

lint-server-seriously:
# Scanning server files with pedantic and nursery clippy rules
@cd server && cargo clippy -- -W clippy::pedantic -W clippy::nursery -W clippy::unwrap_used

0 comments on commit ecc3c75

Please # to comment.