Create custom Kody Rules directly in your repository using markdown files with structured templates.
.kody/rules/**/*.md
rules/**/*.md
Field | Description | Values |
---|---|---|
title | Rule name displayed in the interface | Any descriptive string |
scope | Rule analysis scope | "file" or "pull_request" |
path | File paths where rule applies | Array of glob patterns |
severity_min | Minimum severity level | "low" , "medium" , "high" , "critical" |
.md
files in .kody/rules/**
or rules/**
directories