Skip to content

Commit e2b2986

Browse files
committed
remove import of danger methods
danger provides them in the global scope when it runs the dangerfile
1 parent 4cd8454 commit e2b2986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dangerfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {danger, warn, message} from 'danger'
1+
/* global danger: 0, warn: 0, message: 0 */
22
import {readFileSync} from 'fs'
33
import dedent from 'dedent'
44
const readFile = filename => {

0 commit comments

Comments
 (0)