Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
380c43cb
"backend/vscode:/vscode.git/clone" did not exist on "de6797c56074192e78ec8ca7d823dbb51915500f"
Commit
380c43cb
authored
Dec 29, 2025
by
song
Browse files
ci: 排除 antigravity 类型文件的 gofmt 检查
parent
bc75edd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
backend/.golangci.yml
View file @
380c43cb
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment