mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-03 10:32:05 +00:00
* ci: fix super-linter configuration settings (#7708)
- Revert the version pin from #7706.
- Override the YAML linter config to be more forgiving.
- Update YAML lint warnings in a number of files.
The choice of which lints to fix and which to override was ad hoc: I fixed the ones that were mainly whitespace oriented, and suppressed the ones that were document-structure related.
Fixes #7707.
(cherry picked from commit 5eb50a43b5)
* Resolve cherry-pick conflicts.
Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
17 lines
649 B
YAML
17 lines
649 B
YAML
pullRequestOpened: |
|
|
:wave: Thanks for creating a PR!
|
|
|
|
Before we can merge this PR, please make sure that all the following items have been
|
|
checked off. If any of the checklist items are not applicable, please leave them but
|
|
write a little note why.
|
|
|
|
- [ ] Wrote tests
|
|
- [ ] Updated CHANGELOG_PENDING.md
|
|
- [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
|
|
- [ ] Updated relevant documentation (`docs/`) and code comments
|
|
- [ ] Re-reviewed `Files changed` in the Github PR explorer
|
|
- [ ] Applied Appropriate Labels
|
|
|
|
|
|
Thank you for your contribution to Tendermint! :rocket:
|