Skip to content

Rename data files to snake case, fix dangling links #414

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bittner
Copy link

@bittner bittner commented Jun 12, 2025

Renames all PascalCase data files to snake_case, as required by the contributing guidelines, and fixes a few dangling links.

Note for Reviewers

You may merge this this PR instead of #413 (and #409) or ask me to rebase the branch after #413 is merged.

Observations

It might make sense to ...

  1. add a check to the Go code to spit out or warning (or abort) when a data file does not follow the guidelines.
  2. verify the URLs (e.g. perform a HEAD request to see whether we get a 404) and issue a warning when the URL is not accessible.

@bittner bittner force-pushed the feature/snake-case-update-links branch from 61ad422 to a5a49f2 Compare June 13, 2025 14:34
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.

1 participant