mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-04 02:52:07 +00:00
- 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.
9 lines
160 B
YAML
9 lines
160 B
YAML
default: true,
|
|
MD007: {"indent": 4}
|
|
MD013: false
|
|
MD024: {siblings_only: true}
|
|
MD025: false
|
|
MD033: {no-inline-html: false}
|
|
no-hard-tabs: false
|
|
whitespace: false
|