mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-11 06:31:01 -07:00
add 3.0 to allowed sensitive keywords (#15276)
This commit is contained in:
committed by
GitHub
parent
322232e514
commit
60f0f19d76
@@ -191,6 +191,7 @@ export function runSensitiveKeywordLinter() {
|
||||
console.log('\nRunning sensitive keyword linter...');
|
||||
const SENSITIVE_PATTERN = /gemini-\d+(\.\d+)?/g;
|
||||
const ALLOWED_KEYWORDS = new Set([
|
||||
'gemini-3.0',
|
||||
'gemini-2.5',
|
||||
'gemini-2.0',
|
||||
'gemini-1.5',
|
||||
|
||||
Reference in New Issue
Block a user