Skip to content

Commit ee3afd8

Browse files
committed
clean Dangerfile
1 parent 13d7a28 commit ee3afd8

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

Dangerfile

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,6 @@
77
# See also a cheat sheet: https://github.com/sparklemotion/nokogiri/wiki/Cheat-sheet
88
require 'nokogiri'
99

10-
# Sometimes it's a README fix, or something like that - which isn't relevant for
11-
# including in a project's CHANGELOG for example
12-
#declared_trivial = github.pr_title.include? "#trivial"
13-
14-
# Make it more obvious that a PR is a work in progress and shouldn't be merged yet
15-
#warn("PR is classed as Work in Progress") if github.pr_title.include? "[WIP]"
16-
17-
# Warn when there is a big PR
18-
#warn("Big PR") if git.lines_of_code > 500
19-
20-
# Don't let testing shortcuts get into master by accident
21-
#fail("fdescribe left in tests") if `grep -r fdescribe specs/ `.length > 1
22-
#fail("fit left in tests") if `grep -r fit specs/ `.length > 1
23-
2410
pwd = Dir.pwd + '/'
2511

2612
def print_errors_summary(program, errors, link = '')

0 commit comments

Comments
 (0)