"backend/vscode:/vscode.git/clone" did not exist on "de6797c56074192e78ec8ca7d823dbb51915500f"
Commit 380c43cb authored by song's avatar song
Browse files

ci: 排除 antigravity 类型文件的 gofmt 检查

parent bc75edd8
...@@ -599,4 +599,9 @@ formatters: ...@@ -599,4 +599,9 @@ formatters:
- pattern: 'interface{}' - pattern: 'interface{}'
replacement: 'any' replacement: 'any'
- pattern: 'a[b:len(a)]' - pattern: 'a[b:len(a)]'
replacement: 'a[b:]' replacement: 'a[b:]'
\ No newline at end of file exclusions:
paths:
- internal/pkg/antigravity/claude_types.go
- internal/pkg/antigravity/gemini_types.go
- internal/pkg/antigravity/stream_transformer.go
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment