-
Notifications
You must be signed in to change notification settings - Fork 0
refactor: 🚚 rename to extensions.py from custom_checks.py
#158
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice---should this be singular though? So extension.py and Extension rather than extensions.py and Extensions? That would mirror the singular of exclusion.py and Exclusion.
|
|
|
@lwjohnst86 |
|
@signekb see how the config file will look: https://github.com/seedcase-project/check-datapackage/pull/156/files#diff-c4ffca5e2b64e9668128b0ab736e53790f9fc76bfd1d3c7a2e3073691a772ca0R230-R262 I agree that it feels a bit off that one is singular and the other is plural. We could rename With The reason for the plural is that |
|
@signekb and actually, the name of the parameter in |
|
@signekb and the individual extensions are singular |
…package into refactor/rename-file-to-extensions
…package into refactor/rename-file-to-extensions
Description
As per #156, renaming custom checks to be extensions instead. Will implement the Extensions class in another PR.
Needs a quick review.
Checklist
just run-all