intelmq
intelmq copied to clipboard
Integrate static code analysis tools
Use and integrate static code analysis tools if they give useful results.
Some ideas:
- mypy
- flake8
- pylint
- https://github.com/marketplace/actions/sonarcloud-scan Example result here: https://sonarcloud.io/dashboard?id=wagner-certat_intelmq
- GitHub CodeQL (already activated)
And also fix detected issues