diff options
author | Chris Evich <cevich@redhat.com> | 2018-11-12 16:51:47 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2018-11-13 07:55:07 -0500 |
commit | 86d1196f9b30149fa937f7c6680d951c5e4ac997 (patch) | |
tree | cc3451a3059a97384a81bbb27564fb56171d479e /contrib/gate/README.md | |
parent | d5375b59aafbf50c862bfb5ff895d4575375f1e7 (diff) | |
download | podman-86d1196f9b30149fa937f7c6680d951c5e4ac997.tar.gz podman-86d1196f9b30149fa937f7c6680d951c5e4ac997.tar.bz2 podman-86d1196f9b30149fa937f7c6680d951c5e4ac997.zip |
Standardized container image for gofmt and lint
Having a standardized image allows uniform application of format and
lint checking across multiple host platforms. This ensures all
contributors and disparate CI systems to play by a common set of basic
rules. It also makes it easier to maintain the common rules over-time.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/gate/README.md')
-rw-r--r-- | contrib/gate/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/gate/README.md b/contrib/gate/README.md new file mode 100644 index 000000000..709e6035f --- /dev/null +++ b/contrib/gate/README.md @@ -0,0 +1,4 @@ +![PODMAN logo](../../logo/podman-logo-source.svg) + +A standard container image for `gofmt` and lint-checking the libpod +repository. The [contributors guide contains the documentation for usage.](https://github.com/containers/libpod/blob/master/CONTRIBUTING.md#go-format-and-lint) |