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

lint: extract required file checks to modules #220

Merged

Conversation

ee7
Copy link
Member

@ee7 ee7 commented Mar 17, 2021

The validation that checked if required files were present was done in
the lint.nim file. To better separate concerns, these file checks have
been moved to their own modules.

The validation helper proc to check for required files has been moved to
the validators module.


This commit is from #219 - let's merge this refactoring separately, just to lower the number of commits merged as "rebase and merge" from a single PR.

The validation that checked if required files were present was done in
the `lint.nim` file. To better separate concerns, these file checks have
been moved to their own modules.

The validation helper proc to check for required files has been moved to
the validators module.
@ErikSchierboom ErikSchierboom merged commit eca1abc into exercism:main Mar 17, 2021
@ee7 ee7 deleted the lint-refactor-extract-required-file-checks branch March 17, 2021 13:37
@ee7
Copy link
Member Author

ee7 commented Mar 17, 2021

Just as a reminder to myself: this PR is an example of some bizarre GitHub behaviour.

This happened:

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

Successfully merging this pull request may close these issues.

2 participants