diff options
author | Kane York <kanepyork@gmail.com> | 2020-07-17T03·41-0700 |
---|---|---|
committer | Kane York <rikingcoding@gmail.com> | 2020-07-17T20·01+0000 |
commit | 39ab9d8fc69bb0fb0daec27d0f2e00959d9dbfdd (patch) | |
tree | 6f071fd7d5d15f38e0f3a49643e6375ddf96d49f /buf.yaml | |
parent | f6a9706b3b1a93a3c6ef79b594bdf1d05eb46459 (diff) |
feat(buf.yaml): add protobuf linter config r/1349
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>
Diffstat (limited to 'buf.yaml')
-rw-r--r-- | buf.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/buf.yaml b/buf.yaml new file mode 100644 index 000000000000..42c769f2e4fd --- /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 |