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
aa3c2b22
Commit
aa3c2b22
authored
Mar 04, 2020
by
Alina Mihaila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No individual load needed in dangerbot doc
parent
a89d86f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
doc/development/dangerbot.md
doc/development/dangerbot.md
+0
-6
No files found.
doc/development/dangerbot.md
View file @
aa3c2b22
...
...
@@ -71,12 +71,6 @@ the need as part of the product in a future version of GitLab!
Implement each task as an isolated piece of functionality and place it in its
own directory under
`danger`
as
`danger/<task-name>/Dangerfile`
.
Add a line to the top-level
`Dangerfile`
to ensure it is loaded like:
```
ruby
danger
.
import_dangerfile
(
'danger/<task-name>'
)
```
Each task should be isolated from the others, and able to function in isolation.
If there is code that should be shared between multiple tasks, add a plugin to
`danger/plugins/...`
and require it in each task that needs it. You can also
...
...
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