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

chore: decapitalize short help and flag usage #1701

Merged
merged 5 commits into from
Mar 4, 2024

Conversation

harry-hov
Copy link
Contributor

@harry-hov harry-hov commented Feb 28, 2024

In some places, the first letter of the short help or flag usage is lowercase, and in some places, it's uppercase. Right now, it is very random, let's have something uniform across the codebase.

Went with lowercase as Go cmd uses the same.

Contributors' checklist...
  • Added new tests, or not needed, or not feasible
  • Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory
  • Updated the official documentation or not needed
  • No breaking changes were made, or a BREAKING CHANGE: xxx message was included in the description
  • Added references to related issues and PRs
  • Provided any useful hints for running manual tests
  • Added new benchmarks to generated graphs, if any. More info here.

@github-actions github-actions bot added 📦 🤖 gnovm Issues or PRs gnovm related 📦 🌐 tendermint v2 Issues or PRs tm2 related 📦 ⛰️ gno.land Issues or PRs gno.land package related labels Feb 28, 2024
Copy link

codecov bot commented Feb 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.43%. Comparing base (6c5b4cf) to head (502e37b).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1701      +/-   ##
==========================================
+ Coverage   47.41%   47.43%   +0.01%     
==========================================
  Files         384      384              
  Lines       61240    61205      -35     
==========================================
- Hits        29040    29032       -8     
+ Misses      29771    29744      -27     
  Partials     2429     2429              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@thehowl thehowl left a comment

Choose a reason for hiding this comment

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

agreed on the changes, one nit

tm2/pkg/commands/commands_test.go Outdated Show resolved Hide resolved
@thehowl
Copy link
Member

thehowl commented Feb 29, 2024

There's a failing test, good to merge after fixing that

@thehowl thehowl merged commit 629c438 into gnolang:master Mar 4, 2024
187 of 190 checks passed
leohhhn pushed a commit to leohhhn/gno that referenced this pull request Mar 6, 2024
…ng#1701)

In some places, the first letter of the short help or flag usage is
lowercase, and in some places, it's uppercase. Right now, it is very
random, let's have something uniform across the codebase.

Went with lowercase as Go cmd uses the same.

<details><summary>Contributors' checklist...</summary>

- [x] Added new tests, or not needed, or not feasible
- [x] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [x] Updated the official documentation or not needed
- [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [x] Added references to related issues and PRs
- [x] Provided any useful hints for running manual tests
- [x] Added new benchmarks to [generated
graphs](https://gnoland.github.io/benchmarks), if any. More info
[here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 🌐 tendermint v2 Issues or PRs tm2 related 📦 ⛰️ gno.land Issues or PRs gno.land package related 📦 🤖 gnovm Issues or PRs gnovm related
Projects
Status: Done
Status: No status
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants