From 39ab9d8fc69bb0fb0daec27d0f2e00959d9dbfdd Mon Sep 17 00:00:00 2001 From: Kane York Date: Thu, 16 Jul 2020 20:41:10 -0700 Subject: 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 Reviewed-by: glittershark --- buf.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 buf.yaml (limited to 'buf.yaml') diff --git a/buf.yaml b/buf.yaml new file mode 100644 index 0000000000..42c769f2e4 --- /dev/null +++ b/buf.yaml @@ -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 -- cgit 1.4.1