diff options
Diffstat (limited to 'dev-tex/style-check/files/style-check-0.13-fix-msg.patch')
-rw-r--r-- | dev-tex/style-check/files/style-check-0.13-fix-msg.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-tex/style-check/files/style-check-0.13-fix-msg.patch b/dev-tex/style-check/files/style-check-0.13-fix-msg.patch deleted file mode 100644 index cfb09225cc07..000000000000 --- a/dev-tex/style-check/files/style-check-0.13-fix-msg.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- style-check-0.13/style-check.rb.orig -+++ style-check-0.13/style-check.rb -@@ -124,7 +124,7 @@ - PreCensored_phrases[ - Regexp.new(/(table|figure|section)~\\ref/) ] = "Table, Figure, and Section refs should be capitalized" - PreCensored_phrases[ -- Regexp.new(/\\url\{(?!http|ftp|rtsp|mailto)/) ] = "~\url{} should start with http:// (or ftp or rtsp or maybe mailto)." -+ Regexp.new(/\\url\{(?!http|ftp|rtsp|mailto)/) ] = "~\\url{} should start with http:// (or ftp or rtsp or maybe mailto)." - - PctCensored_phrases[ - Regexp.new(/[0-9]%/) ] = "a percent following a number is rarely an intended comment." |