From 3ae5020051d841208704f8a6bc907d5967134ce9 Mon Sep 17 00:00:00 2001 From: Dark-Alex-17 Date: Tue, 8 Aug 2023 10:50:05 -0600 Subject: [PATCH] Fixed an incomplete comment in the Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a0bd3ff..99d4822 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ analyze: @cargo geiger ## Analyze the project with SonarQube - `cargo install cargo-sonar` -# sonar-scanner must be installed and LastPass +# sonar-scanner must be installed and the LastPass CLI must be installed sonar: @cargo clippy --message-format json > /tmp/clippy-report.json &&\ cargo sonar --issues clippy --clippy-path /tmp/clippy-report.json --issues-path /tmp/sonar-issues.json &&\