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

style: comment not-yet-used fields for linter, x/circuit #15750

Merged
merged 2 commits into from
Apr 10, 2023

Conversation

mark-rushakoff
Copy link
Member

Description

I would often just delete these, but there was an existing TODO commment to restore those, so follow that existing style and just comment out the fields for now.


Author Checklist

All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

I have...

  • included the correct type prefix in the PR title
  • added ! to the type prefix if API or client breaking change
  • targeted the correct branch (see PR Targeting)
  • provided a link to the relevant issue or specification
  • followed the guidelines for building modules
  • included the necessary unit and integration tests
  • added a changelog entry to CHANGELOG.md
  • included comments for documenting Go code
  • updated the relevant documentation or specification
  • reviewed "Files changed" and left comments if necessary
  • confirmed all CI checks have passed

Reviewers Checklist

All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.

I have...

  • confirmed the correct type prefix in the PR title
  • confirmed ! in the type prefix if API or client breaking change
  • confirmed all author checklist items have been addressed
  • reviewed state machine logic
  • reviewed API design and naming
  • reviewed documentation is accurate
  • reviewed tests and test coverage
  • manually tested (if applicable)

I would often just delete these, but there was an existing TODO commment
to restore those, so follow that existing style and just comment out the
fields for now.
@mark-rushakoff mark-rushakoff requested a review from a team as a code owner April 7, 2023 20:34
@mark-rushakoff mark-rushakoff enabled auto-merge (squash) April 7, 2023 20:42
@julienrbrt
Copy link
Member

Given it will be erased at #14521, do you think it makes sense to fix those linting issues?

@mark-rushakoff
Copy link
Member Author

Maybe not, but I would really like to get the linter fully passing. @tac0turtle how soon do you think x/circuit will be merged?

addrs []sdk.AccAddress
storeKey *storetypes.KVStoreKey
sdkCtx sdk.Context
// TODO: uncomment these after implementing.
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: TODO's should have referenced issues to them 🐒

Copy link
Member

Choose a reason for hiding this comment

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

my pr that is waiting for review undoes this. dont think we need an issue for this

@tac0turtle tac0turtle added the A:automerge Automatically merge PR once all prerequisites pass. label Apr 10, 2023
@mark-rushakoff mark-rushakoff merged commit 59e5ca2 into main Apr 10, 2023
@mark-rushakoff mark-rushakoff deleted the mr/lint-circuit branch April 10, 2023 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A:automerge Automatically merge PR once all prerequisites pass. C:x/circuit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants