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
699f2f92
Commit
699f2f92
authored
Sep 24, 2020
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove a redundant warning already covered by the commit messages check
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
23910d26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
danger/metadata/Dangerfile
danger/metadata/Dangerfile
+0
-7
No files found.
danger/metadata/Dangerfile
View file @
699f2f92
...
...
@@ -40,10 +40,3 @@ has_pick_into_stable_label = gitlab.mr_labels.find { |label| label.start_with?('
if
gitlab
.
branch_for_base
!=
"master"
&&
!
has_pick_into_stable_label
&&
!
helper
.
security_mr?
warn
"Most of the time, merge requests should target `master`. Otherwise, please set the relevant `Pick into X.Y` label."
end
if
gitlab
.
mr_json
[
'title'
].
length
>
72
warn
'The title of this merge request is longer than 72 characters and '
\
'would violate our commit message rules when using the Squash on Merge '
\
'feature. Please consider adjusting the title, or rebase the '
\
"commits manually and don't use Squash on Merge."
end
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