Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make filenames/match-regex rule more strict #2

Open
102 opened this issue Aug 14, 2018 · 1 comment
Open

Make filenames/match-regex rule more strict #2

102 opened this issue Aug 14, 2018 · 1 comment

Comments

@102
Copy link
Collaborator

102 commented Aug 14, 2018

Current version with ^[A-Za-z0-9\\.]+$ regex is too weak, as it allows the filenames like ASd.js.js, ASDJS.js, ....js, etc.

@maxmalov
Copy link
Collaborator

It there a real use case for this? The original idea was to avoid kebab and snake cases, and other non-alphanumeric symbols

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants