forked from seqan/sharg-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodechecker.yml
More file actions
24 lines (22 loc) · 878 Bytes
/
codechecker.yml
File metadata and controls
24 lines (22 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# SPDX-FileCopyrightText: 2006-2025, Knut Reinert & Freie Universität Berlin
# SPDX-FileCopyrightText: 2016-2025, Knut Reinert & MPI für molekulare Genetik
# SPDX-License-Identifier: CC0-1.0
analyze:
- --enable=performance
- --enable=bugprone
- --enable=clang-diagnostic-shadow
- --disable=bugprone-easily-swappable-parameters
- --disable=cert-dcl58-cpp
- --disable=clang-diagnostic-implicit-int-float-conversion
- --disable=clang-diagnostic-float-conversion
- --disable=clang-diagnostic-implicit-int-conversion
- --disable=bugprone-exception-escape
- --disable=bugprone-narrowing-conversions
- --disable=deadcode.DeadStores
- --skip=${GITHUB_WORKSPACE}/.github/config/codechecker.skip
- --clean
parse:
- --export=html
- --output=./html
- --skip=${GITHUB_WORKSPACE}/.github/config/codechecker.skip
- --trim-path-prefix=${GITHUB_WORKSPACE}/