diff options
Diffstat (limited to 'buf.yaml')
-rw-r--r-- | buf.yaml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/buf.yaml b/buf.yaml index 42c769f2e4fd..ab2028f40e07 100644 --- a/buf.yaml +++ b/buf.yaml @@ -1,13 +1,12 @@ -build: - roots: - #- proto - - third_party +version: v1 + lint: - ignore: - - nix/buildGo + allow_comment_ignores: true use: - BASIC - FILE_LOWER_SNAKE_CASE except: - ENUM_VALUE_UPPER_SNAKE_CASE - PACKAGE_DIRECTORY_MATCH + ignore: + - nix/buildGo |