Skip to content

Validate Python filenames #1086

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

Merged
merged 1 commit into from
Jul 30, 2019

Conversation

cclauss
Copy link
Member

@cclauss cclauss commented Jul 28, 2019

Fixes #1005

Add scripts/validate_filenames.py which is run in our automated testing to ensure that all Python filenames contain no uppercase characters, no spaces, and are inside of at least one directory.

Rename the two existing code files that violate these rules.

@cclauss cclauss added the awaiting reviews This PR is ready to be reviewed label Jul 28, 2019
@cclauss cclauss force-pushed the validate-filenames branch from 2e8f49a to edb7120 Compare July 28, 2019 18:22
@cclauss cclauss requested a review from AnshulMalik July 30, 2019 07:32
Copy link
Member

@AnshulMalik AnshulMalik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

@AnshulMalik AnshulMalik merged commit a9ecdb3 into TheAlgorithms:master Jul 30, 2019
@cclauss cclauss deleted the validate-filenames branch July 30, 2019 11:04
stokhos pushed a commit to stokhos/Python that referenced this pull request Jan 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting reviews This PR is ready to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Travis CI: Add flake8-filename to our testing
2 participants