commit | 2da48b12b16b227290ff96165341bb739cb93146 | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Mon Apr 29 14:45:10 2019 +0200 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Mon Apr 29 14:45:10 2019 +0200 |
tree | 08043e4c7aed79c13de574990c8a39e4ab28d104 | |
parent | 1500dabfef32f538e15a2cf668acc9d392dd303f [diff] |
Rename to gerritfmt.
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