feat(buf.yaml): add protobuf linter config

Change-Id: I0506d0625769caa9f9bcd623722440bebe8b28b5
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1244
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
Kane York 2020-07-16 20:41:10 -07:00 committed by Kane York
parent f6a9706b3b
commit 39ab9d8fc6

13
buf.yaml Normal file
View file

@ -0,0 +1,13 @@
build:
roots:
#- proto
- third_party
lint:
ignore:
- nix/buildGo
use:
- BASIC
- FILE_LOWER_SNAKE_CASE
except:
- ENUM_VALUE_UPPER_SNAKE_CASE
- PACKAGE_DIRECTORY_MATCH