Skip to content

Commit

Permalink
Add 2024 add a accept year number
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye committed Jan 28, 2024
1 parent a680aed commit 4097a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/check-source
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ here="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

function replace_acceptable_years() {
# this needs to replace all acceptable forms with 'YEARS'
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/'
}

printf "=> Checking for unacceptable language… "
Expand Down

0 comments on commit 4097a83

Please sign in to comment.