Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-10-02 00:08:36 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-02 00:08:36 +0300
commit46524bb8535aa776981d94c6c075f93e58378a0c (patch)
treea7fc65cc79d10d1445f95ddc8ce862bd714d39fc /doc/development/shell_scripting_guide
parent0b4bb101eaea8ec7c26b5d4bccc3a5a565c721d4 (diff)
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.md4
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.