I have clang-tidy enabled in CLion, using a certain version. I want to add clang-tidy to our CI (continuous integration) flow that runs as a standalone script. However, although clang-tidy version is the same and the config file (.clang-tidy) is the same, the results are different (partial match). What could be the reason that same tool and same configuration generates different results?
Thanks