Skip to content

Commit

Permalink
Add back non-inline warning to show it appears multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Feb 10, 2020
1 parent 6fc99a9 commit f0a1952
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dangerfile.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// In order to show that Danger posts multiple comments instead of updating the
// existing one, here's a super simple Dangerfile which always posts a warning.

import {warn, danger} from "danger";

warn("This demo not-inline warning was generated on " + new Date());

const readme = danger
.git
.created_files
Expand Down

0 comments on commit f0a1952

Please sign in to comment.