Replies: 1 comment
-
GitHub code scanning has reached general availability and can be used in place of Semmle LGTM. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Utilize platforms such as LGTM, CODEBEAT, Guardrails and/or Codacy to provide dynamic code analysis on the project. This can help find issues in the codebase via commit checks and is free for FOSS projects.
These checks tend to take less time than the Travis pipelines hence it won't increase friction to creating and merging PRs
This can mitigate issues from being introduced into the codebase and spot existing issues.
Beta Was this translation helpful? Give feedback.
All reactions