Skip to content

Commit

Permalink
Merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Mar 24, 2017
1 parent 1538634 commit 08ab978
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions dangerfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ import dtsGenerator from "./scripts/danger-dts"
const currentDTS = dtsGenerator()
const savedDTS = fs.readFileSync("source/danger.d.ts").toString()
if (currentDTS !== savedDTS) {
console.log("Current:")
console.log(currentDTS)
console.log("New:")
console.log(savedDTS)
const message = "There are changes to the Danger DSL which are not reflected in the current danger.d.ts."
const idea = "Please run <code>yarn declarations</code> and update this PR."
fail(`${message}<br/><i>${idea}</i>`)
Expand Down
2 changes: 1 addition & 1 deletion source/danger.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export type MarkdownString = string

/** A platform agnostic refernce to a Git commit */
/** A platform agnostic reference to a Git commit */
export interface GitCommit {
/** The SHA for the commit */
sha: string,
Expand Down

0 comments on commit 08ab978

Please sign in to comment.