You can configure reviewer by adding .callstack.yml
config file to your repository.
.callstack.yml
needs to be present on a branch where the review is being created for it to have effect on the review.
Example configuration
pr_review:
auto_run: true
exclude: |
- package-lock.json
- go.mod
- go.sum
modules:
description:
enabled: true
diagram: false
bug_hunter:
enabled: true
suggestions: true
code_suggestions:
enabled: false
code_conventions:
enabled: false
criteria: |
- Exported variables, functions, classes and methods should be defined before private.
grammar:
enabled: false
performance:
enabled: true
security:
enabled: true