diff options
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 |