Minimum severity level
Kody assigns a severity to every suggestion and only posts the ones at or above the level you pick. The default is Medium.Apply filters to Kody Rules
A toggle, off by default.- Off — Kody Rules findings bypass the severity filter. A rule your team wrote is always reported, whatever severity it lands on.
- On — Kody Rules go through the same severity filter as every other suggestion.
In Remember that the file is only read once you enable
kodus-config.yml these two settings live under suggestionControl:kodusConfigFileOverridesWebPreferences — see
General.Other ways to cut noise
Review filters are a blunt instrument. When you need something more targeted:- Ignore paths — skip generated code, lockfiles, and vendored directories entirely. See General.
- Analysis types — turn off a whole category (e.g.
performance) for repositories where it isn’t useful. - Directory-level config — apply stricter or looser filters per folder in a monorepo. See Directory Level Config.
- Kody Rules — encode what your team actually cares about, so the signal comes from your standards instead of generic advice.