-
- Downloads
Markdown code quality, 4 of 5
One of a multi-part series of changes to improve markdown code quality, primarily driven by feedback from codeclimate's markdownlint plugin. This MR resolves markdown issues with header styles: - All files must begin with a top-level header - There must only be one top-level header - Header styles must be consistent throughout a file - both SETEXT and ATX styles are acceptable, but must be the same. Where more than two header levels are present, SETEXT is replaced with ATX for consistency (as third-level and below headers don't exist in SETEXT style). - No trailing punctuation in headers - There must be whitespace surrounding a header This also resolves the following miscellaneous issues: - Fixing quotes for correct rendering Test plan --------- - review document changes - Run codeclimate locally to verify rule violations have been addressed: docker run --interactive --tty --rm --env CODECLIMATE_CODE="$PWD" --volume "$PWD":/code --volume /var/run/docker.sock:/var/run/docker.sock --volume /tmp/cc:/tmp/cc codeclimate/codeclimate analyze - run ninja doc-html on master, take a backup, and run it again on this branch - run recursive diff to verify no unexpected changes appear in the generated HTML for files where differences occur, compare changed locations in generated doc/html/index.html with a browser to content generated on master, and to content on https://docs.bitcoincashnode.org (not all changed documents are present there, the ones that are not can be treated as out of scope of this comparison)
parent
ec910791
No related branches found
No related tags found
Showing
- .mdl_style.rb 3 additions, 0 deletions.mdl_style.rb
- CONTRIBUTING.md 5 additions, 11 deletionsCONTRIBUTING.md
- INSTALL.md 4 additions, 4 deletionsINSTALL.md
- README.md 1 addition, 1 deletionREADME.md
- contrib/README.md 7 additions, 7 deletionscontrib/README.md
- contrib/devtools/README.md 9 additions, 18 deletionscontrib/devtools/README.md
- contrib/init/README.md 2 additions, 0 deletionscontrib/init/README.md
- contrib/qos/README.md 1 addition, 1 deletioncontrib/qos/README.md
- depends/README.md 10 additions, 9 deletionsdepends/README.md
- depends/description.md 11 additions, 9 deletionsdepends/description.md
- depends/packages.md 6 additions, 4 deletionsdepends/packages.md
- doc/README.md 4 additions, 7 deletionsdoc/README.md
- doc/README_osx.md 1 addition, 1 deletiondoc/README_osx.md
- doc/REST-interface.md 5 additions, 6 deletionsdoc/REST-interface.md
- doc/assets-attribution.md 2 additions, 0 deletionsdoc/assets-attribution.md
- doc/bchn-gitlab-usage-rules-and-guidelines.md 55 additions, 24 deletionsdoc/bchn-gitlab-usage-rules-and-guidelines.md
- doc/developer-notes.md 10 additions, 20 deletionsdoc/developer-notes.md
- doc/files.md 2 additions, 0 deletionsdoc/files.md
- doc/functional-tests.md 2 additions, 2 deletionsdoc/functional-tests.md
- doc/fuzzing.md 1 addition, 2 deletionsdoc/fuzzing.md
Please register or sign in to comment