Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gpt
large_projects
gitlabhq1
Commits
545c961d
Unverified
Commit
545c961d
authored
6 years ago
by
Rémy Coutable
Browse files
Options
Download
Email Patches
Plain Diff
Wrap DB paths in backticks in the Danger check
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
f5b64bee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
danger/database/Dangerfile
danger/database/Dangerfile
+1
-1
No files found.
danger/database/Dangerfile
View file @
545c961d
...
...
@@ -67,7 +67,7 @@ unless db_paths_to_review.empty?
The following files require a review from the Database team:
*
#{
db_paths_to_review
.
join
(
"
\n
* "
)
}
*
#{
db_paths_to_review
.
map
{
|
path
|
"`
#{
path
}
`"
}
.
join("
\n
* ")}
To make sure these changes are reviewed, take the following steps:
...
...
This diff is collapsed.
Click to expand it.
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