Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5404b220
Commit
5404b220
authored
Jul 12, 2021
by
mfluharty
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove docs section on how to disable the flag
parent
74b47ffe
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
doc/user/project/merge_requests/code_quality.md
doc/user/project/merge_requests/code_quality.md
+0
-14
No files found.
doc/user/project/merge_requests/code_quality.md
View file @
5404b220
...
@@ -66,20 +66,6 @@ the merge request's diff view displays an indicator next to lines with new Code
...
@@ -66,20 +66,6 @@ the merge request's diff view displays an indicator next to lines with new Code
![
Code Quality MR diff report
](
img/code_quality_mr_diff_report_v14.png
)
![
Code Quality MR diff report
](
img/code_quality_mr_diff_report_v14.png
)
Previously, an indicator was displayed (
**{information-o}**
**Code Quality**
) on the file in the merge request's diff view:
![
Code Quality MR diff report
](
img/code_quality_mr_diff_report_v13_11.png
)
To switch to the previous version of this feature, a GitLab administrator can run the following in a
[
Rails console
](
../../../administration/operations/rails_console.md
)
:
```
ruby
# For the instance
Feature
.
disable
(
:codequality_mr_diff_annotations
)
# For a single project
Feature
.
disable
(
:codequality_mr_diff_annotations
,
Project
.
find
(
<
project
id
>
))
```
## Example configuration
## Example configuration
This example shows how to run Code Quality on your code by using GitLab CI/CD and Docker.
This example shows how to run Code Quality on your code by using GitLab CI/CD and Docker.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment