This directory contains a gnostic linter written with Swift.
SETUP
- Install protoc (https://github.com/google/protobuf)
- Install the Swift Protocol Buffer plugin (https://github.com/apple/swift-protobuf)
- Run
sh compile-protosto generate Protocol Buffer support code. - Run
make installto build and install the plugin.
TRY IT
- Run
make runto test-run the plugin.