👷 adjust maintainer scripts
This commit is contained in:
parent
6291803f59
commit
fe618ac246
@ -4,14 +4,17 @@ Checks: '-*,
|
|||||||
clang-analyzer-*,
|
clang-analyzer-*,
|
||||||
google-*,
|
google-*,
|
||||||
-google-runtime-references,
|
-google-runtime-references,
|
||||||
|
-google-explicit-constructor,
|
||||||
hicpp-*,
|
hicpp-*,
|
||||||
-hicpp-no-array-decay,
|
-hicpp-no-array-decay,
|
||||||
-hicpp-uppercase-literal-suffix,
|
-hicpp-uppercase-literal-suffix,
|
||||||
|
-hicpp-explicit-conversions,
|
||||||
misc-*,
|
misc-*,
|
||||||
-misc-non-private-member-variables-in-classes,
|
-misc-non-private-member-variables-in-classes,
|
||||||
llvm-*,
|
llvm-*,
|
||||||
-llvm-header-guard,
|
-llvm-header-guard,
|
||||||
modernize-*,
|
modernize-*,
|
||||||
|
-modernize-use-trailing-return-type,
|
||||||
performance-*,
|
performance-*,
|
||||||
portability-*,
|
portability-*,
|
||||||
readability-*,
|
readability-*,
|
||||||
|
4
Makefile
4
Makefile
@ -435,7 +435,7 @@ fuzzing-stop:
|
|||||||
# call cppcheck <http://cppcheck.sourceforge.net>
|
# call cppcheck <http://cppcheck.sourceforge.net>
|
||||||
# Note: this target is called by Travis
|
# Note: this target is called by Travis
|
||||||
cppcheck:
|
cppcheck:
|
||||||
cppcheck --enable=warning --inline-suppr --inconclusive --force --std=c++11 $(SRCS) --error-exitcode=1
|
cppcheck --enable=warning --inline-suppr --inconclusive --force --std=c++11 $(AMALGAMATED_FILE) --error-exitcode=1
|
||||||
|
|
||||||
# call Clang Static Analyzer <https://clang-analyzer.llvm.org>
|
# call Clang Static Analyzer <https://clang-analyzer.llvm.org>
|
||||||
clang_analyze:
|
clang_analyze:
|
||||||
@ -457,7 +457,7 @@ cpplint:
|
|||||||
|
|
||||||
# call Clang-Tidy <https://clang.llvm.org/extra/clang-tidy/>
|
# call Clang-Tidy <https://clang.llvm.org/extra/clang-tidy/>
|
||||||
clang_tidy:
|
clang_tidy:
|
||||||
$(COMPILER_DIR)/clang-tidy $(SRCS) -- -Iinclude -std=c++11
|
$(COMPILER_DIR)/clang-tidy $(AMALGAMATED_FILE) -- -Iinclude -std=c++11
|
||||||
|
|
||||||
# call PVS-Studio Analyzer <https://www.viva64.com/en/pvs-studio/>
|
# call PVS-Studio Analyzer <https://www.viva64.com/en/pvs-studio/>
|
||||||
pvs_studio:
|
pvs_studio:
|
||||||
|
Loading…
Reference in New Issue
Block a user