whisperity / CodeChecker-Action

Execute static analysis through CodeChecker in the CI.
http://github.com/Ericsson/CodeChecker
MIT License
15 stars 5 forks source link

Support analyzers for other languages than C/C++ #1

Closed dkrupp closed 2 years ago

dkrupp commented 2 years ago

The script should support the analyzers other than clang-tidy and clangsa called through the converter tool. Such as the pylint anlayzer.

whisperity commented 2 years ago

It has been implemented. İ also added a test case for PyLint and the conversion seems to work nicely! :wink: