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

Remove redundant checking for code style in checklist #58

Conversation

mdedetrich
Copy link
Contributor

Description

This checklist entry is redundant since we use scalafmt which actually enforces that code must be formatted even for it to pass the CI (especially after #57 is merged)

Checklist:

  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules
  • I have checked my code and corrected any misspellings

@mdedetrich mdedetrich requested a review from a team as a code owner October 7, 2022 10:45
Copy link
Contributor

@paul-a-kennedy-rally paul-a-kennedy-rally left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -14,7 +14,6 @@ Fixes # (issue)

## Checklist:

- [ ] My code follows the style guidelines of this project
Copy link
Contributor

Choose a reason for hiding this comment

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

While we auto-format the code with scalafmt, I think we may want to have a separate guidelines about "style" of code that is not related to formatting. That said, we don't have a style "guide" in this project, so I'm fine with removing this until we have one.

@jeffmay jeffmay closed this Oct 15, 2022
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.

3 participants