View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (25 forks)github user discovery
enhancementgood first issuehacktoberfest

Repository metrics

Stars
 (21 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Implement a validator for file extensions.

Tasks:

  • Accept list of allowed extensions
  • Case-insensitive matching
  • Support with or without leading dot
  • Add examples for S3 key validation

Contributor guide