-
-
Notifications
You must be signed in to change notification settings - Fork 484
Pull Request Checks
Shen Yang edited this page Jul 2, 2023
·
13 revisions
Table of Contents generated with DocToc
- brakeman
- codeclimate
- CodeQL
- docker
- ERB lint
- factory bot lint
- filetype labeler
- rspec
- spec checker
- standardrb
- Yaml Lint
Besides codeclimate, all configuration for these checks are located in .github/workflows/
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 .erb
files are linted
Checks if the factories are valid
Labels the pull request based on what files were changed
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
Checks if .yml
files are linted