Skip to content

Commit

Permalink
fix(sgapilinter): revert "include proto path"
Browse files Browse the repository at this point in the history
This reverts commit a5cc0d9.
  • Loading branch information
fredrikaverpil committed Feb 21, 2025
1 parent 75c8457 commit 00d9ea5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/sgapilinter/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ func Run(ctx context.Context, args ...string) error {
"--output-format", "json",
"--descriptor-set-in", descriptorFile,
"--config", configPath,
"--proto-path", moduleDir,
},
args...,
),
Expand Down

0 comments on commit 00d9ea5

Please sign in to comment.