mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-23 23:00:19 +00:00
.. | ||
Sources/gnostic-lint-responses-swift | ||
compile-protos | ||
Makefile | ||
Package.swift | ||
README.md |
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.