Code Health
Last updated
Follow these steps to get started with the Code Health module -
Navigate to the Code Health module on your dashboard after onboarding your Git account with Typo. Click the Get Started button.

Update the required permissions.

Know more about permissions here
Admin access to your GitHub account is needed to complete this step.
π Note: We do not store your code. We only save code snippets where issues are detected to display them and provide auto-fix suggestions.
Once permissions are granted, your repo will be analyzed. Detected issues will appear on your dashboard based on the configured rules.
The Configuration settings allow you to bypass code health reviews for specific files, directories, or Pull Requests. Adjust these fields to streamline your review process.
Use this field to prevent the system from reviewing Pull Requests pertaining to specific directories or files. Regular expressions (regex) are not supported. For example, you can enter /migrations/, .spec.ts, Test.py, test/, or .test.json to exclude those specific items from being scanned.
Use this field to skip the review entirely if the Pull Request title contains specific, case-sensitive terms. Regular expressions are not supported in this field either. Examples of keywords you might use [Synk] , deploy-stage , backupetc.
To clear your current inputs and revert to the original platform configuration, click the Restore Defaults button at the bottom of the page.
How to add a YAML configuration file for Code Health How to Configure Typo Code Health Checks to Block a PR Merge in Git
Last updated