Skip to content

Commit c2c1d75

Browse files
committed
Bump up earliest date for mandatory coverage rulesets.
1 parent dfe6227 commit c2c1d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-ruleset-coverage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ TMP=`mktemp`
88
trap 'rm "$TMP"' EXIT
99
# Git log gives us all changed files. Pipe that through ls to eliminate files
1010
# that have been deleted.
11-
if ! git log --name-only --date=local --since="2015-02-11 20:00" --pretty=format: \
11+
if ! git log --name-only --date=local --since="2015-02-12 6:00" --pretty=format: \
1212
src/chrome/content/rules/ | sort -u | \
1313
xargs ls 2>/dev/null | xargs python2.7 https-everywhere-checker/src/https_everywhere_checker/check_rules.py \
1414
https-everywhere-checker/coverage.checker.config ; then

0 commit comments

Comments
 (0)