From 86d1196f9b30149fa937f7c6680d951c5e4ac997 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Mon, 12 Nov 2018 16:51:47 -0500 Subject: 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 --- contrib/gate/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 contrib/gate/README.md (limited to 'contrib/gate/README.md') 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) -- cgit v1.2.3-54-g00ecf