[librsvg: 2/3] CI: Fix the clippy job to emit the code quality report in json
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg: 2/3] CI: Fix the clippy job to emit the code quality report in json
- Date: Fri, 29 Apr 2022 02:00:30 +0000 (UTC)
commit 8d03adfe9a70802dd95d755f075610ea89d35a2c
Author: Federico Mena Quintero <federico gnome org>
Date: Thu Apr 28 20:42:53 2022 -0500
CI: Fix the clippy job to emit the code quality report in json
after_script would require ci/env.sh to be sourced first, but why not
do it as part of the main script...
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/695>
.gitlab-ci.yml | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 58a39ca0e..75488965d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -240,7 +240,6 @@ clippy:
- cargo clippy --version
- gitlab-clippy --version
- cargo clippy
- after_script:
- cargo clippy --message-format=json | gitlab-clippy -o gl-code-quality-report.json
artifacts:
reports:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]