Last active
June 25, 2025 20:09
-
-
Save lotharschulz/0b07c2ea668aad9bca1dd19422a5454c to your computer and use it in GitHub Desktop.
gemini cli configuration file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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