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>2022-07-07 03:09:59 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-07 03:09:59 +0300
commitdb30e094f208d075d399387696c4fc01368ff756 (patch)
tree5865e3149c638bcf64e9a3e037c9d63c4980a564 /doc/development/backend
parentf71db8c5f0619b92c3fa65f202e62f8c0947e0d6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/backend')
-rw-r--r--doc/development/backend/ruby_style_guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/backend/ruby_style_guide.md b/doc/development/backend/ruby_style_guide.md
index eff6ae7f217..c86f21d4bac 100644
--- a/doc/development/backend/ruby_style_guide.md
+++ b/doc/development/backend/ruby_style_guide.md
@@ -16,7 +16,7 @@ document the new rule. For every new guideline, add it in a new section and link
[version history note](../documentation/versions.md#add-a-version-history-item)
to provide context and serve as a reference.
-Just because something is listed here does not mean it cannot be reopened for discussion.
+Everything listed here can be [reopened for discussion](https://about.gitlab.com/handbook/values/#disagree-commit-and-disagree).
## Instance variable access using `attr_reader`