-
-
Notifications
You must be signed in to change notification settings - Fork 478
Pull Request Checks
Shen Yang edited this page Jun 11, 2022
·
13 revisions
Checks for rails vulnerabilities
Checks code for maintainability.
Treat this check like warnings.
Checks for vulnerabilities in code
Checks if all the tests pass in the docker environment
Checks if the vast majority of tests pass
Checks if each ruby file in app/
has a corresponding test file in spec/
.
Files in app/controllers
should be tested with a spec/request
test
Checks if ruby files are linted