argo-cd/docs/developer-guide/static-code-analysis.md
Oliver Gondža 27ae11ac58
docs: Style and formatting fixes in the developer guide (#22677)
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
2025-04-22 07:45:42 -07:00

446 B

Static Code Analysis

We use the following static code analysis tools:

  • golangci-lint and eslint for compile time linting
  • codecov.io - for code coverage
  • snyk.io - for image scanning
  • sonarcloud.io - for code scans and security alerts

These are at least run daily or on each pull request.