2023-03-28 23:48:58 +01:00
|
|
|
# Copyright (c) HashiCorp, Inc.
|
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2022-05-23 10:37:52 -04:00
|
|
|
version: v1
|
2023-02-17 16:14:46 -05:00
|
|
|
name: buf.build/hashicorp/consul
|
2022-05-23 10:37:52 -04:00
|
|
|
lint:
|
|
|
|
use:
|
|
|
|
- DEFAULT
|
|
|
|
except:
|
|
|
|
# we want to enable our Go packages to have a pb prefix to make goimports more
|
|
|
|
# intelligently handle fixing up imports and hopefully getting it right.
|
|
|
|
- PACKAGE_DIRECTORY_MATCH
|
|
|
|
|
|
|
|
# if we ever need a v2 we can have a second version with the .v2 version in the package name
|
|
|
|
- PACKAGE_VERSION_SUFFIX
|
|
|
|
|
|
|
|
service_suffix: Service
|
2023-03-27 14:37:54 -05:00
|
|
|
allow_comment_ignores: true
|
2022-05-23 10:37:52 -04:00
|
|
|
breaking:
|
|
|
|
use:
|
|
|
|
- FILE
|