From fd56330b8615df1267d2c23fee4b001be874432e Mon Sep 17 00:00:00 2001 From: mhucka Date: Fri, 13 Mar 2026 05:33:36 +0000 Subject: [PATCH] Add settings file for Gemini Code Assist This makes Gemini Code Assist a little bit less verbose in its output and limits its comments to high severity issues. --- .gemini/config.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gemini/config.yaml diff --git a/.gemini/config.yaml b/.gemini/config.yaml new file mode 100644 index 000000000..8789d62ac --- /dev/null +++ b/.gemini/config.yaml @@ -0,0 +1,28 @@ +# Copyright 2026 The TensorFlow Quantum Authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Summary: configure Gemini Code Assist (https://codeassist.google/). +# See https://github.com/marketplace/gemini-code-assist for more info. + +have_fun: false +code_review: + disable: false + comment_severity_threshold: HIGH + max_review_comments: -1 + pull_request_opened: + help: false + summary: false + code_review: true + include_drafts: false +ignore_patterns: []