diff options
Diffstat (limited to 'buf.yaml')
-rw-r--r-- | buf.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/buf.yaml b/buf.yaml new file mode 100644 index 000000000000..ab2028f40e07 --- /dev/null +++ b/buf.yaml @@ -0,0 +1,12 @@ +version: v1 + +lint: + allow_comment_ignores: true + use: + - BASIC + - FILE_LOWER_SNAKE_CASE + except: + - ENUM_VALUE_UPPER_SNAKE_CASE + - PACKAGE_DIRECTORY_MATCH + ignore: + - nix/buildGo |