How to add a configuration file for Code Health
TypoApp Code Review Configuration File
# TypoApp Code Review Configuration File
language: "english"
# Custom instructions for the code review.
# Default: ""
# Max length: 200 characters
custom_instructions: "Summaries must be concise and highlight only critical and major issues. Ignore minor or cosmetic problems."
reviews:
path_filters:
# Include these paths
- "src/**"
# Exclude these paths (prefix with !)
- "!*/constants.py"
- "!*/test.py"Last updated