提交 e220af05 编写于 作者: E Evan Read

Merge branch 'docs-realign-danger-doc' into 'master'

Bring typo fix from EE into CE

See merge request gitlab-org/gitlab-ce!32808
...@@ -77,7 +77,7 @@ complex logic related to that task. ...@@ -77,7 +77,7 @@ complex logic related to that task.
Danger code is just Ruby code. It should adhere to our coding standards, and Danger code is just Ruby code. It should adhere to our coding standards, and
needs tests, like any other piece of Ruby in our codebase. However, we aren't needs tests, like any other piece of Ruby in our codebase. However, we aren't
able to test a `Dangerfile` directly! So, to maximise test coverage, try to able to test a `Dangerfile` directly! So, to maximize test coverage, try to
minimize the number of lines of code in `danger/`. A non-trivial `Dangerfile` minimize the number of lines of code in `danger/`. A non-trivial `Dangerfile`
should mostly call plugin code with arguments derived from the methods provided should mostly call plugin code with arguments derived from the methods provided
by Danger. The plugin code itself should have unit tests. by Danger. The plugin code itself should have unit tests.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册