We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09dcc66 commit 13bec75Copy full SHA for 13bec75
bin/check-source
@@ -18,7 +18,7 @@ here="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
18
19
function replace_acceptable_years() {
20
# this needs to replace all acceptable forms with 'YEARS'
21
- sed -e 's/20[12][789012]-20[12][89012]/YEARS/' -e 's/20[12][89012]/YEARS/'
+ sed -e 's/20[12][7890123]-20[12][890123]/YEARS/' -e 's/20[12][890123]/YEARS/'
22
}
23
24
printf "=> Checking for unacceptable language… "
0 commit comments