From 7039a90af1664637bc8fe3f48fa38cba545501d1 Mon Sep 17 00:00:00 2001 From: yoheimuta Date: Thu, 13 Jun 2019 08:33:59 +0900 Subject: [PATCH] chore: Add users list --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7029ad0a..0d944fe5 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,10 @@ Other is a command line tool which also lints Protocol Buffer files. - The lint rule slants towards to be opinionated. - Further more, the rule set and the official style guide don't correspond to each other exactly. It requires to understand both rules and the guide in detail, and then to combine the rules accurately. +### Users + +- [vscode-protobuflint](https://github.com/jpreese/vscode-protobuflint) + ## Dependencies - [go-protoparser](https://github.com/yoheimuta/go-protoparser)