调整 AI 代码审查,仅显示最相关的建议,避免警报疲劳。
kodus-config.yml
suggestionControl: groupingMode: full limitationType: pr maxSuggestions: 9 severityLevelFilter: medium
ignorePaths: - yarn.lock - package-lock.json - "**/*.generated.ts" - dist/**
ignoredTitleKeywords: - "release" - "bump version" - "chore"
reviewOptions: security: true code_style: true refactoring: false documentation_and_comments: false
此页面对您有帮助吗?