From b23e37d6d7a9781a652ef77aaad477f99910902d Mon Sep 17 00:00:00 2001 From: Tyler Jang Date: Mon, 12 Aug 2024 12:13:17 -0700 Subject: [PATCH] Fix textproto filetypes (#833) Brought to attention by https://github.com/trunk-io/plugins/issues/832. Brought up to date to support the filetypes defined [here](https://protobuf.dev/reference/protobuf/textformat-spec/#text-format-files) --- linters/plugin.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linters/plugin.yaml b/linters/plugin.yaml index bc0e4e8c6..a4ad69cf9 100644 --- a/linters/plugin.yaml +++ b/linters/plugin.yaml @@ -601,8 +601,10 @@ lint: - name: textproto extensions: + - pbtxt - textpb - textproto + - txtpb comments: - hash