Skip to content
Snippets Groups Projects
Verified Commit 97d9f005 authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Add skip file && only check includes

parent 1062d689
No related branches found
No related tags found
1 merge request!1321Add Code Quality analysis in the CI
Pipeline #66683 canceled
{
"analyze": [
"--disable", "default",
"--analyzers=clang-tidy",
"--file=*/dune-common/*.cc"
"--file=*/dune-common/*.cc",
"--skip", ".codechecker/skipfile",
"-e", "misc-include-cleaner"
],
"parse": [
"--file=*/dune-common/*"
......
File moved
-*/densematrixassignmenttest.cc
-*/genericiterator_compile_fail.cc
SPDX-FileCopyrightInfo: Copyright © DUNE Project contributors, see file LICENSE.md in module root
SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
......@@ -48,8 +48,8 @@ debian:11 clang-11-20-nobindings:
extends: .common
after_script:
- source /duneci/venv/bin/activate
- CodeChecker analyze build-cmake/compile_commands.json --config .codechecker.json -o ./reports || echo "CodeChecker analyzer failed with exit status $?"
- CodeChecker parse --config .codechecker.json --trim-path-prefix $PWD -e codeclimate ./reports > ./reports/gl-code-quality-report.json || echo "CodeChecker parser failed with exit status $?"
- CodeChecker analyze build-cmake/compile_commands.json --config .codechecker/config.json -o ./reports || echo "CodeChecker analyzer failed with exit status $?"
- CodeChecker parse --config .codechecker/config.json --trim-path-prefix $PWD -e codeclimate ./reports > ./reports/gl-code-quality-report.json || echo "CodeChecker parser failed with exit status $?"
image: registry.dune-project.org/docker/ci/debian:11
variables:
DUNECI_TOOLCHAIN: clang-11-20
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment