mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 15:43:06 +02:00
- Add +x to Python scripts with shebangs (3 files) - Remove -x from non-script files like .cpp, .txt, makefile (23 files) - Move shebang to first line in C/imageViewer/lint.sh
19 lines
324 B
YAML
19 lines
324 B
YAML
Checks: >
|
|
clang-analyzer-*,
|
|
-clang-analyzer-security.*,
|
|
bugprone-*,
|
|
cert-err33-c,
|
|
cert-err34-c,
|
|
cert-fio38-c,
|
|
performance-*,
|
|
portability-*,
|
|
misc-unused-parameters
|
|
WarningsAsErrors: >
|
|
clang-analyzer-*,
|
|
bugprone-*,
|
|
cert-err33-c,
|
|
cert-err34-c,
|
|
cert-fio38-c
|
|
HeaderFilterRegex: ".*"
|
|
FormatStyle: none
|