We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553bd01 commit 538291dCopy full SHA for 538291d
1 file changed
.golangci.yaml
@@ -41,7 +41,7 @@ formatters:
41
- standard # Standard section: captures all standard packages.
42
- default # Default section: contains all imports that could not be matched to another section type.
43
- 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).
+ - prefix(github.com/qdrant/qdrant-cloud-buf-plugin/) # Custom section: groups all imports with the specified Prefix (this component).
45
exclusions:
46
generated: lax
47
paths:
0 commit comments