Skip to content
Snippets Groups Projects
Commit 780b209b authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Merge branch 'feature/ci-code-checker' into 'master'

Add Code Quality analysis in the CI

See merge request !1321
parents fbf2b010 5e411c84
Branches bugfix/change-include-for-ci
No related tags found
1 merge request!1321Add Code Quality analysis in the CI
Pipeline #67615 passed
Pipeline: Dune Nightly Test

#67616

    {
    "analyze": [
    "--disable", "default",
    "--analyzers=clang-tidy",
    "--file=*/dune-common/*.cc",
    "--skip", ".codechecker/skipfile",
    "--disable", "clang-diagnostic-deprecated-copy",
    "--disable", "clang-diagnostic-unused"
    ],
    "parse": [
    "--file=*/dune-common/*"
    ]
    }
    SPDX-FileCopyrightInfo: Copyright © DUNE Project contributors, see file LICENSE.md in module root
    SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
    -*/densematrixassignmenttest.cc
    -*/genericiterator_compile_fail.cc
    -*/check_fvector_size_fail.cc
    -*/assertandreturntest.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
    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