commit | 3db8e55752995305076f307c4b7fbbccfeedf9c7 | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Thu Apr 25 13:52:55 2019 +0200 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Thu Apr 25 13:52:55 2019 +0200 |
tree | 85dbbfc0e1ac95573d1e2444bf2370345cc4a750 | |
parent | d0f50662d084145b3ae164325dcb9a71e252725b [diff] |
gerrit: new package for server interactions
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