Skip to content

Commit 40f7d65

Browse files
authored
feat: add initial Gemini configuration file for code assist (#610)
1 parent d8c8276 commit 40f7d65

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gemini/config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
$schema: "http://json-schema.org/draft-07/schema#"
2+
title: RepoConfig
3+
description: Configuration for Gemini Code Assist on a repository.
4+
5+
have_fun: false # Disables fun features like poems in PR summaries
6+
7+
code_review:
8+
disable: false # Enables code reviews
9+
comment_severity_threshold: LOW ## Allows low severity comments such as grammar and spelling mistakes to be added to the PR

0 commit comments

Comments
 (0)