diff options
author | Victor Zagorodny <vzagorodny@gitlab.com> | 2019-07-24 02:52:01 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-07-24 02:52:01 +0000 |
commit | 6c316344468da10ffafabfef616e8d3b6cf8bbb8 (patch) | |
tree | c43ef87731a8b15011b4b4aa8d9f6d317f820fe9 /doc/development/contributing | |
parent | 8768e295c3474cb3fcee9afe3b7e9a2ac1431b50 (diff) | |
download | gitlab-ce-6c316344468da10ffafabfef616e8d3b6cf8bbb8.tar.gz |
Add GitLab Unix shell scripting style guide to docs
Diffstat (limited to 'doc/development/contributing')
-rw-r--r-- | doc/development/contributing/style_guides.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/contributing/style_guides.md b/doc/development/contributing/style_guides.md index 5c6ea1f469d..7832850a9f0 100644 --- a/doc/development/contributing/style_guides.md +++ b/doc/development/contributing/style_guides.md @@ -23,6 +23,7 @@ 1. Code should be written in [US English][us-english] 1. [Go](../go_guide/index.md) 1. [Python](../python_guide/index.md) +1. [Shell scripting](../shell_scripting_guide/index.md) This is also the style used by linting tools such as [RuboCop](https://github.com/rubocop-hq/rubocop) and [Hound CI](https://houndci.com). |