Skip to content

Commit

Permalink
Revert "Fix the break link and make some"
Browse files Browse the repository at this point in the history
This reverts commit c8a424d.
  • Loading branch information
Soyn committed Jul 31, 2019
1 parent c8a424d commit 1abac25
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,7 @@ evaluating your code, and adds the DSL attributes into the global evaluation con
**Step 6: Results**. Once the `danger runner` process is finished with evaluation, the results are passed back to the
the platform. The platform then chooses whether to create/delete/edit any messages in core review.

## Structure Of Project

Following is the main structure of project. Hope it is helpful for developer.

- [Providers](https://github.com/danger/danger-js/tree/master/source/ci_source/providers)

- [DangerDSL](https://github.com/danger/danger-js/blob/master/source/dsl/DangerDSL.ts)

- [Runner](https://github.com/danger/danger-js/blob/master/source/commands/danger-runner.ts)
- [Inline-Runner](https://github.com/danger/danger-js/blob/master/source/runner/runners/inline.ts)
[provs]: https://github.com/danger/danger-js/tree/master/source/ci_source/providers
[dangerdsl]: https://github.com/danger/danger-js/blob/master/sourformace/dsl/DangerDSL.ts
[runner]: https://github.com/danger/danger-js/blob/master/source/commands/danger-runner.ts
[in_runner]: https://github.com/danger/danger-js/blob/master/source/runner/runners/inline.ts

0 comments on commit 1abac25

Please sign in to comment.