Skip to content

Commit

Permalink
Add corrupted time/seconds/date formats
Browse files Browse the repository at this point in the history
Suggested by Isomer
  • Loading branch information
jsoref committed Mar 28, 2024
1 parent 96a4f90 commit fe81e7f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/actions/spelling/line_forbidden.patterns
Expand Up @@ -8,6 +8,15 @@
# you might not want to check in code where you skip all the other tests.
#\bfit\(

# Should be `HH:MM:SS`
\bHH:SS:MM\b

# Should be `86400` (seconds in a standard day)
\b84600\b(?:.*\bday\b)

# Should probably be `2006-01-02` (yyyy-mm-dd)
\b2006-01-02\b

# Should be `anymore`
\bany more[,.]

Expand Down

0 comments on commit fe81e7f

Please sign in to comment.