[librsvg/librsvg-2.52: 2/18] CI: Fix the clippy job to emit the code quality report in json
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg/librsvg-2.52: 2/18] CI: Fix the clippy job to emit the code quality report in json
- Date: Fri, 13 May 2022 00:09:26 +0000 (UTC)
commit 74f9a8c409348b76c8aa5ab05bf848e498d5c6fe
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 abd826dc1..4dfbaf278 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -236,7 +236,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]