Sfoglia il codice sorgente

Update some contributions documentations

- Add a golint entry to coding-style.md

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
(cherry picked from commit b30492002172a525513a2c411ebae22149dd4476)
Vincent Demeester 10 anni fa
parent
commit
d3bbaa70cd
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      docs/project/coding-style.md

+ 3 - 0
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