Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GitLab
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
projects.thm.de
GitLab
Commits
e9598f80
Commit
e9598f80
authored
Feb 22, 2019
by
Lin Jen-Shin
Committed by
Kamil Trzciński
Feb 22, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "Fix danger commit messages check"
parent
48d31abc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dangerfile
danger/commit_messages/Dangerfile
+1
-1
No files found.
danger/commit_messages/Dangerfile
View file @
e9598f80
...
...
@@ -199,7 +199,7 @@ def lint_commit(commit)
end
def
lint_commits
(
commits
)
failed
=
commits
.
rej
ect
do
|
commit
|
failed
=
commits
.
sel
ect
do
|
commit
|
lint_commit
(
commit
)
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