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

add .editorconfig #178

Closed
wants to merge 1 commit into from
Closed

add .editorconfig #178

wants to merge 1 commit into from

Conversation

melekes
Copy link
Contributor

@melekes melekes commented Jul 19, 2017

No description provided.

insert_final_newline = true
trim_trailing_whitespace = true

[Makefile]
Copy link
Contributor

Choose a reason for hiding this comment

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

This seems to contradict https://github.com/tendermint/coding/blob/master/Coding_Standard.md#non-golang-code

which requests 4 spaces per tab. which is also what rigel is doing... reformatting all my code.

@ethanfrey
Copy link
Contributor

Please re-open this when a standard is found in other repos. I like the idea and will follow any conventions that the organization decides, but cannot evaluate it.

@ethanfrey ethanfrey closed this Aug 18, 2017
@adrianbrink
Copy link
Contributor

This is essentially the standard. It is the same file in tendermint and ethermint.

@ethanfrey ethanfrey deleted the feature/editoconfig branch August 21, 2017 21:06
mergify bot pushed a commit that referenced this pull request Sep 30, 2021
## Description

Closes: #178

Adds the requested differential language between auth and authz modules.  Resolves instances of future tense that were noticed.

---

### 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...

- [x] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [NA] added `!` to the type prefix if API or client breaking change
- [x] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#pr-targeting))
- [x] provided a link to the relevant issue or specification
- [NA] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules)
- [NA] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#testing)
- [NA] added a changelog entry to `CHANGELOG.md`
- [NA] included comments for [documenting Go code](https://blog.golang.org/godoc)
- [x] updated the relevant documentation or specification
- [NA] reviewed "Files changed" and left comments if necessary
- [NA] 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](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) 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)
mattverse referenced this pull request in mattverse/cosmos-sdk Apr 20, 2022
feat: min and max operators on coins
alexanderbez added a commit that referenced this pull request May 26, 2022
* Add proto for Clawback Vesting Account

* Change field to int

* Change field to int64

* add place holder for clawback

* add handler and basic msgs methods

* add clawback vesting account logic

* improvements

* fix: Dev/clawback test debug (#198)

* add tests

* add clawback before starttime test

* clean imports

* Printlns for the clawback testing

* Fix tests and logic

* Fix the gas exhaustion vuln

* Remove printlns

* Delete extraneous account set

* chore: add table driven test cases to clawback (#199)

* add table driven tests

* Modify test cases

* More detail in error message

* Update x/auth/vesting/types/vesting_account_test.go

* Update x/auth/vesting/types/vesting_account_test.go

Co-authored-by: Dev Ojha <[email protected]>

Co-authored-by: Dev Ojha <[email protected]>
Co-authored-by: Dev Ojha <[email protected]>

* fix: cherry pick agoric's cosmos sdk#207 (#203)

* cherry pick compute endtime fix

* Merge branch 'osmosis-main' into mattverse/clawback

Co-authored-by: mattverse <[email protected]>
Co-authored-by: Matt, Park <[email protected]>

* feat: add clawback cli and tests (#207)

* add clawback cli and tests

* Update x/auth/vesting/client/cli/tx.go

Co-authored-by: Aleksandr Bezobchuk <[email protected]>

* Update x/auth/vesting/client/cli/tx.go

Co-authored-by: Aleksandr Bezobchuk <[email protected]>

* Update x/auth/vesting/client/cli/tx.go

Co-authored-by: Aleksandr Bezobchuk <[email protected]>

* minor fix

* Minor fix

* Update x/auth/vesting/client/cli/cli_test.go

Co-authored-by: Aleksandr Bezobchuk <[email protected]>

Co-authored-by: Aleksandr Bezobchuk <[email protected]>

* Change from code review from Alex and Dev

Co-authored-by: Dev Ojha <[email protected]>
Co-authored-by: Aleksandr Bezobchuk <[email protected]>
sontrinh16 pushed a commit to sontrinh16/cosmos-sdk that referenced this pull request Nov 14, 2023
MalteHerrmann pushed a commit to MalteHerrmann/cosmos-sdk that referenced this pull request Sep 25, 2024
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