[gjs/cppcheck-fix: 4/4] CI: Print versions of linters before each linter check




commit 53d5b2cab4d5a5abece8048b91f7d9297377c32c
Author: Philip Chimento <philip chimento gmail com>
Date:   Tue Aug 24 23:33:44 2021 -0700

    CI: Print versions of linters before each linter check

 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ffa7651b..ab94bea0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -190,6 +190,7 @@ cppcheck:
     - .gjs-alpine
   stage: source_check
   script:
+    - cppcheck --version
     - cppcheck . -v -f -q -UHAVE_PRINTF_ALTERNATIVE_INT --error-exitcode=1 --inline-suppr 
--library=gtk,tools/cppcheck.cfg --enable=warning,performance,portability
   except:
     refs:
@@ -207,6 +208,7 @@ cpplint:
   variables:
     TASK_ID: "cpplint"
   script:
+    - cpplint --version
     - test/test-ci.sh CPPLINT
   except:
     refs:
@@ -222,6 +224,7 @@ eslint:
     - .gjs-alpine
   stage: source_check
   script:
+    - ./tools/run_eslint.sh --version
     - ./tools/run_eslint.sh
   except:
     refs:
@@ -255,6 +258,7 @@ iwyu:
   script:
     - test/test-ci.sh UPSTREAM_BASE
     - meson setup _build
+    - include-what-you-use --version
     - ./tools/run_iwyu.sh ci-upstream-base
   only:
     refs:
@@ -270,6 +274,7 @@ codespell:
     - .gjs-alpine
   stage: source_check
   script:
+    - codespell --version
     - codespell -S "*.png,*.po,*.jpg,*.wrap,.git,LICENSES" -f --builtin "code,usage,clear" 
--skip="./installed-tests/js/jasmine.js,./README.md,./build/flatpak/*.json" 
--ignore-words-list="afterall,befores,files',filetest,gir,inout,stdio,uint,upto,xdescribe"
   except:
     - schedules
@@ -281,6 +286,7 @@ license-check:
     - .fdo.distribution-image@alpine
     - .gjs-alpine
   script:
+    - reuse --version
     - reuse lint
   except:
     - schedules


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]