commit | bd8480650b7c932d9d5c2465f3570a0f44772b1f | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Thu Apr 04 20:31:44 2019 +0200 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Thu Apr 04 20:31:44 2019 +0200 |
tree | 5f4800a0e6026c197074c9b4f9a9951f433f236f | |
parent | 797c2bb160e2fd9a998496e6f84a230583228970 [diff] |
Add README.md and Dockerfile
This is a style verifier intended to be used with the Gerrit checks plugin.
It consists of the following components
fmtserver: an RPC server that reformats source code. It is intended to be run in a Docker container that is secured with gvisor.
checker: a daemon that contacts gerrit, and sends pending changes to fmtserver to validate correct formatting
handle file types (symlink) and deletions
use the full checker API
more formatters: clang-format, typescript, jsformat, ... ?
isolate each formatter run with a separate gvisor/docker container?
This is not an official Google product