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

bump deps 2024 #160

Merged
merged 2 commits into from
Jul 8, 2024
Merged

bump deps 2024 #160

merged 2 commits into from
Jul 8, 2024

Conversation

odsod
Copy link
Member

@odsod odsod commented Jul 8, 2024

  • chore: update CODEOWNERS
  • feat: bump deps 2024

Moving over for ongoing maintenance in Platform Engineering.
@odsod odsod requested a review from ericwenn as a code owner July 8, 2024 05:47
@odsod odsod requested a review from a team July 8, 2024 05:49
.sage/main.go Outdated
sg.SerialDeps(ctx, Proto.All, TypescriptLint)
sg.SerialDeps(ctx, GoModTidy, GitVerifyNoDiff)
return nil
}

func FormatYAML(ctx context.Context) error {
func FormatYaml(ctx context.Context) error {

Choose a reason for hiding this comment

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

YAML is an acronym. The general Go guideline is to make it uppercase.

Copy link
Member Author

Choose a reason for hiding this comment

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

copy pasted this from the Sage example: https://github.com/einride/sage/blob/master/example/.sage/main.go#L72 - we typically break convention here to make the generated kebab-case always consistent

Copy link

@alethenorio alethenorio Jul 8, 2024

Choose a reason for hiding this comment

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

The kebab case should be correctly generated (as noted by the fact the makefile target hasn't changed) so why do we want to break convention? Maybe we can instead fix the Sage target?

Copy link
Member Author

Choose a reason for hiding this comment

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

sounds good, updated

@odsod odsod merged commit 858eff9 into master Jul 8, 2024
1 check passed
@odsod odsod deleted the bump-deps-2024 branch July 8, 2024 07:05
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