README ¶ Plugin Example Build go build -o plugin_example main.go NOTE: protolint plugin is backed by hashicorp/go-plugin, not the plugin standard library. Therefore, you can build the plugin just as a normal Go main package. Run protolint -plugin ./plugin_example /path/to/files # Or you can pass some flags to your plugin: protolint -plugin "./plugin_example -go_style=false" /path/to/files NOTE: sh must be in your PATH. Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis customrules Click to show internal directories. Click to hide internal directories.