File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 7
7
# See also a cheat sheet: https://github.com/sparklemotion/nokogiri/wiki/Cheat-sheet
8
8
require 'nokogiri'
9
9
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
-
24
10
pwd = Dir . pwd + '/'
25
11
26
12
def print_errors_summary ( program , errors , link = '' )
You can’t perform that action at this time.
0 commit comments