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-protos` to generate Protocol Buffer support code. - Run `make install` to build and install the plugin. ### TRY IT - Run `make run` to test-run the plugin.