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

Merge in develop #1097

Merged
merged 9 commits into from
Jul 11, 2024
Merged

Merge in develop #1097

merged 9 commits into from
Jul 11, 2024

Conversation

benjwadams
Copy link
Contributor

Merges develop into main, especially fixing import of pyproject.toml to include CF 1.9 checker.

@benjwadams benjwadams requested a review from ocefpaf July 11, 2024 16:08
@@ -48,6 +48,7 @@ entry-points."compliance_checker.suites"."acdd-1.3" = "compliance_checker.acdd:A
entry-points."compliance_checker.suites"."cf-1.6" = "compliance_checker.cf.cf:CF1_6Check"
entry-points."compliance_checker.suites"."cf-1.7" = "compliance_checker.cf.cf:CF1_7Check"
entry-points."compliance_checker.suites"."cf-1.8" = "compliance_checker.cf.cf:CF1_8Check"
entry-points."compliance_checker.suites"."cf-1.9" = "compliance_checker.cf.cf:CF1_9Check"
Copy link
Member

Choose a reason for hiding this comment

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

👍🏽

We should also update the README to reflect that.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Where in README do you think this should go? I think in general there should be more documentation for developing plugins, but current README doesn't really cover development workflow.

Copy link
Member

Choose a reason for hiding this comment

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

The main table, that describes the checks, is stuck in CF 1.8. That README file is also used to build the docs. I can send a PR for it later today.

@benjwadams benjwadams merged commit 3479d4f into main Jul 11, 2024
48 of 50 checks passed
benjwadams added a commit that referenced this pull request Jul 16, 2024
Merge pull request #1097 from ioos/develop
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