commit | 2f2a7f890cf2af74d6d9306f450e53dbde76d8f0 | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Mon Apr 08 15:29:52 2019 +0200 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Mon Apr 08 15:29:52 2019 +0200 |
tree | 3a2bdbcd7ab49f6c64364f84ad7f4b2eed274864 | |
parent | 4d9e218709c96f6625a725aaa2039ef4adfe857b [diff] |
Copy gofmt from localdir
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