commit | b04103bb794c56a4abfc2eda3985cd70ef415366 | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Thu Apr 25 18:30:07 2019 +0200 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Thu Apr 25 18:30:07 2019 +0200 |
tree | 4fa89242f290addea8cba1b14c61e6aee843c8f6 | |
parent | a07cd1bb2190e4425008ca995ef3317cf4862642 [diff] |
cmd/checker: post checks
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