Skip to content

cppcheck try to add the ATLAS specific cfg

cppcheck try to add the ATLAS specific cfg so it can be picked up easily.

@akraszna not 100% sure on the syntax best practice here ... The idea /effect is to "install" an Atlas specific AthenaConfig.cfg alongside the *.cfg that come with cppcheck.

@sroe I updared the twiki here https://twiki.cern.ch/twiki/bin/view/AtlasComputing/CppCheck

FYI what @akraszna sees (when he tries to integrate) is similar to what I see as do not use "scan files in folder" but a "project file" created by CMake (this is similar to how I use clang-tidy also currently) ref: https://cppcheck.sourceforge.io/manual.html

Anyhow with this one I can run assuming something like

export CPPCHECK_ATLAS=/tmp/christos/ATLAS-Externals/build/x86_64-centos7-gcc11-opt/bin/cppcheck

the commands here https://twiki.cern.ch/twiki/bin/view/AtlasComputing/CppCheck#Run_using_a_project_file_generat

and then I have the same issue with "boost"

Edited by Christos Anastopoulos

Merge request reports