From b30492002172a525513a2c411ebae22149dd4476 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 --- docs/project/coding-style.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/project/coding-style.md b/docs/project/coding-style.md index 224d2bc02..65a48612f 100644 --- a/docs/project/coding-style.md +++ b/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