Skip to content

Commit

Permalink
Update soundness, it is 2024 now (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
glbrntt authored Jun 21, 2024
1 parent 8d8eb60 commit 0a3fcea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/soundness.sh
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][789012]-20[12][890123]/YEARS/' -e 's/20[12][890123]/YEARS/'
sed -e 's/20[12][7890123]-20[12][8901234]/YEARS/' -e 's/20[12][8901234]/YEARS/'
}

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

0 comments on commit 0a3fcea

Please sign in to comment.