Skip to content

Disable code linting on dictionaries and converters

Frank Winklmeier requested to merge fwinkl/atlasexternals:cppcheck_dict into main

Disable code linting (e.g. cppcheck) on auto-generated dictionaries and converters. We already ignore defects on these files but we can save some time by not even running the linter in the first place.

Tested with a handful of relevant athena packages.

See https://cmake.org/cmake/help/latest/prop_sf/SKIP_LINTING.html.

Edited by Frank Winklmeier

Merge request reports

Loading