diff options
author | Florian Klink <flokli@flokli.de> | 2022-10-21T16·01+0200 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2022-10-21T18·39+0000 |
commit | 6025242fc7bc8ef883547ef81959f271eb847083 (patch) | |
tree | ee21ec2b033ffa68ae398287647706e246aeba3d /buf.yaml | |
parent | 64bb501de1d52ce004d530d1fc15392537ee2beb (diff) |
chore(buf): Use nixpkgs-provided buf r/5173
The version of buf used is quite old. nixpkgs provides a more recent version, but it requires us to migrate config to the latest version. depot_scanner.proto doesn't honor some of the conventions, so we need allow_comment_ignores and drop a bunch of comments in there. Change-Id: Ic978fe92fb7c8471f58c137497528f18aad8f3ab Reviewed-on: https://cl.tvl.fyi/c/depot/+/7053 Reviewed-by: sterni <sternenseemann@systemli.org> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: tazjin <tazjin@tvl.su>
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 |