diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-10-01 21:08:36 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-10-01 21:08:36 +0000 |
commit | 46524bb8535aa776981d94c6c075f93e58378a0c (patch) | |
tree | a7fc65cc79d10d1445f95ddc8ce862bd714d39fc /doc/development/shell_scripting_guide | |
parent | 0b4bb101eaea8ec7c26b5d4bccc3a5a565c721d4 (diff) | |
download | gitlab-ce-46524bb8535aa776981d94c6c075f93e58378a0c.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/shell_scripting_guide')
-rw-r--r-- | doc/development/shell_scripting_guide/index.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/development/shell_scripting_guide/index.md b/doc/development/shell_scripting_guide/index.md index 622c90d7a97..704b46c7efa 100644 --- a/doc/development/shell_scripting_guide/index.md +++ b/doc/development/shell_scripting_guide/index.md @@ -1,7 +1,5 @@ # Shell scripting standards and style guidelines -## Overview - GitLab consists of many various services and sub-projects. The majority of their backend code is written in [Ruby](https://www.ruby-lang.org) and [Go](https://golang.org). However, some of them use shell scripts for @@ -15,7 +13,7 @@ should be eventually harmonized with this guide. If there are any per-project deviations from this guide, they should be described in the `README.md` or `PROCESS.md` file for such a project. -### Avoid using shell scripts +## Avoid using shell scripts CAUTION: **Caution:** This is a must-read section. |