Skip to content

Instantly share code, notes, and snippets.

@lotharschulz
Last active June 25, 2025 20:09
Show Gist options
  • Save lotharschulz/0b07c2ea668aad9bca1dd19422a5454c to your computer and use it in GitHub Desktop.
Save lotharschulz/0b07c2ea668aad9bca1dd19422a5454c to your computer and use it in GitHub Desktop.
gemini cli configuration file
have_fun: false
code_review_config:
enabled: true
default_severity: MEDIUM
max_comments_per_file: 50
max_comments_per_pull_request: 100
comment_severity_threshold: MEDIUM
pull_request_opened:
help: true
summary: true
code_review: true
ignore_patterns: [.lock, .DS_Store, .git, .github, .idea, .vscode, .settings, .project, .classpath, .rs.bk, target, .exercism]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment