cosmos-sdk/baseapp
Marko 90e2a2ae89
style: linting (#15704)
## Description

closing in on completion of linting

---

### 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](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
* [ ] added `!` to the type prefix if API or client breaking change
* [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
* [ ] provided a link to the relevant issue or specification
* [ ] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/docs/building-modules)
* [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
* [ ] added a changelog entry to `CHANGELOG.md`
* [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
* [ ] 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](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)
2023-04-06 23:25:23 +00:00
..
testutil refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
abci_test.go fix: always reset the state for Prepare and Process Proposal (#15487) 2023-03-21 19:42:19 +00:00
abci.go refactor: migrate consensus to collections (#15553) 2023-03-28 20:41:12 +00:00
baseapp_test.go refactor: migrate consensus to collections (#15553) 2023-03-28 20:41:12 +00:00
baseapp.go style: linting (#15704) 2023-04-06 23:25:23 +00:00
block_gas_test.go style: more linting (#15616) 2023-03-30 12:05:50 +00:00
grpcrouter_helpers.go refactor!: migrate Cosmos SDK to CometBFT (#14897) 2023-02-05 14:51:33 +01:00
grpcrouter_test.go refactor(log): associate test logger with testing.T instance (#15261) 2023-03-03 20:26:45 +00:00
grpcrouter.go refactor!: migrate Cosmos SDK to CometBFT (#14897) 2023-02-05 14:51:33 +01:00
grpcserver.go refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
msg_service_router_test.go refactor(log): associate test logger with testing.T instance (#15261) 2023-03-03 20:26:45 +00:00
msg_service_router.go refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
options.go refactor!: ADR-038 go-plugin system (#14207) 2023-03-14 18:09:30 +00:00
params_legacy.go refactor: migrate consensus to collections (#15553) 2023-03-28 20:41:12 +00:00
params.go refactor: migrate consensus to collections (#15553) 2023-03-28 20:41:12 +00:00
recovery_test.go refactor: Revert middlewares to antehandlers (part 1/2: baseapp) (#11979) 2022-05-20 09:27:27 +00:00
recovery.go refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
state.go refactor: create go.mod for store (#14746) 2023-01-25 13:31:56 +00:00
streaming_test.go refactor!: ADR-038 go-plugin system (#14207) 2023-03-14 18:09:30 +00:00
streaming.go chore: clean-up after go-plugin system pr (#15402) 2023-03-14 23:03:48 +00:00
test_helpers.go refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
utils_test.go refactor: migrate consensus to collections (#15553) 2023-03-28 20:41:12 +00:00