Skip to content

Commit

Permalink
Newlines need to be ignored now by validate script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Vidrio authored and Sebastian Vidrio committed May 14, 2015
1 parent a6592de commit 919065c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/validate_r_cmd_check_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def process(self):
r"^The Title field starts with the package name.",
r"^The Date field is over a month old.",

r"^\n",
r"^New submission",

r"^Package was archived on CRAN",
Expand Down

0 comments on commit 919065c

Please sign in to comment.