We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a680aed commit 4097a83Copy full SHA for 4097a83
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][7890123]-20[12][890123]/YEARS/' -e 's/20[12][890123]/YEARS/'
+ sed -e 's/20[12][78901234]-20[12][8901234]/YEARS/' -e 's/20[12][8901234]/YEARS/'
22
}
23
24
printf "=> Checking for unacceptable language… "
0 commit comments