summaryrefslogtreecommitdiff
path: root/doc/development/contributing/style_guides.md
diff options
context:
space:
mode:
authorMarcia Ramos <marcia@gitlab.com>2019-02-06 16:10:12 +0000
committerMarcia Ramos <marcia@gitlab.com>2019-02-06 16:10:12 +0000
commit0ef68a58e02319440cecb2ca60812b22e249bf4e (patch)
treeba72e9b5aa6d4f7ded35db6930e3052e3ff7125a /doc/development/contributing/style_guides.md
parenta36eccb81d7d3553e476eba283f2b48fadbeaef8 (diff)
parent1effc189c3ceed1d21f0614d9724d37e7ca46e72 (diff)
downloadgitlab-ce-0ef68a58e02319440cecb2ca60812b22e249bf4e.tar.gz
Merge branch 'docs/go-standards' into 'master'11-8-stable-prepare-rc1
Add Go guidelines to developer docs Closes #54494 See merge request gitlab-org/gitlab-ce!24661
Diffstat (limited to 'doc/development/contributing/style_guides.md')
-rw-r--r--doc/development/contributing/style_guides.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/contributing/style_guides.md b/doc/development/contributing/style_guides.md
index 6f1ba5d62a5..0eedef5e14f 100644
--- a/doc/development/contributing/style_guides.md
+++ b/doc/development/contributing/style_guides.md
@@ -21,6 +21,7 @@
of _prohibited this user from being saved due to the following errors:_ the
text should be _sorry, we could not create your account because:_
1. Code should be written in [US English][us-english]
+1. [Go](../go_guide/index.md)
This is also the style used by linting tools such as
[RuboCop](https://github.com/bbatsov/rubocop) and [Hound CI](https://houndci.com).