File: cfg.mk

package info (click to toggle)
wget2 1.99.1-2.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 13,468 kB
  • sloc: ansic: 88,607; sh: 10,241; makefile: 501; xml: 182; sed: 16
file content (21 lines) | stat: -rw-r--r-- 1,154 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Explicit syntax-check exceptions.
VC_LIST_ALWAYS_EXCLUDE_REGEX = ^data/.*|tests/(files|gpg|certs)/.*|.*.png|^fuzz/.*.in/.*|.*.repro/.*$$

local-checks-to-skip = \
  sc_cast_of_argument_to_free \
  sc_immutable_NEWS \
  sc_makefile_at_at_check \
  sc_prohibit_always_true_header_tests \
  sc_prohibit_atoi_atof \
  sc_prohibit_strcmp

# Explicit syntax-check exceptions.
exclude_file_name_regexp--sc_bindtextdomain = ^(tests|unit-tests|examples|fuzz)/.*.c|^libwget/test_linking.c$$
exclude_file_name_regexp--sc_po_check = ^examples/|tests/.*.c$$
exclude_file_name_regexp--sc_prohibit_magic_number_exit = tests/.*.c$$
exclude_file_name_regexp--sc_trailing_blank = docs/DoxygenLayout.xml|docs/libwget.doxy.in|contrib/assignment_template.txt$$
exclude_file_name_regexp--sc_two_space_separator_in_usage = .gitlab-ci.yml|docs/wget2_manual.md$$
exclude_file_name_regexp--sc_require_config_h = examples/.*.c|fuzz/main.c$$
exclude_file_name_regexp--sc_require_config_h_first = examples/.*.c|fuzz/main.c$$
exclude_file_name_regexp--sc_copyright_check = .*gnulib/.*.c$$
exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = contrib/assignment_template.txt$$