Disable code linting on dictionaries and converters
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