Skip to content

Commit

Permalink
Suggest docker ignoring docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Aug 4, 2024
1 parent 2fa10ef commit ef69c60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/spelling/candidate.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,12 @@ Name\[[^\]]+\]=.*
# scala modules
("[^"]+"\s*%%?\s*){2,3}"[^"]+"

# Docker images
^\s*FROM\s+\S+:\S+(?:\s+AS\s+\S+|)

# `docker images` REPOSITORY TAG IMAGE ID CREATED SIZE
\s*\S+/\S+\s+\S+\s+[0-9a-f]{8,}\s+\d+\s+(?:hour|day|week)s ago\s+[\d.]+[KMGT]B

# Intel intrinsics
_mm_\w+

Expand Down

0 comments on commit ef69c60

Please sign in to comment.