From bc9b99ad991538f335dbe438b0b1856ff29bf1b1 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Tue, 4 Aug 2015 22:04:11 +0200 Subject: [PATCH] Update some contributions documentations - Add a golint entry to coding-style.md Signed-off-by: Vincent Demeester Upstream-commit: b30492002172a525513a2c411ebae22149dd4476 Component: engine --- components/engine/docs/project/coding-style.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/engine/docs/project/coding-style.md b/components/engine/docs/project/coding-style.md index 224d2bc02a..65a48612fc 100644 --- a/components/engine/docs/project/coding-style.md +++ b/components/engine/docs/project/coding-style.md @@ -26,6 +26,9 @@ program code and documentation code. * Run `gofmt -s -w file.go` on each changed file before committing your changes. Most editors have plug-ins that do this automatically. +* Run `golint` on each changed file before + committing your changes. + * Update the documentation when creating or modifying features. * Commits that fix or close an issue should reference them in the commit message