Skip to content

Commit 538291d

Browse files
committed
Fixed prefix
1 parent 553bd01 commit 538291d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.golangci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ formatters:
4141
- standard # Standard section: captures all standard packages.
4242
- default # Default section: contains all imports that could not be matched to another section type.
4343
- prefix(github.com/qdrant) # Custom section: groups all imports with the specified Prefix (our company, but our own component).
44-
- prefix(github.com/qdrant/terraform-provider-buf-plugin/) # Custom section: groups all imports with the specified Prefix (this component).
44+
- prefix(github.com/qdrant/qdrant-cloud-buf-plugin/) # Custom section: groups all imports with the specified Prefix (this component).
4545
exclusions:
4646
generated: lax
4747
paths:

0 commit comments

Comments
 (0)