From a8b4be8e3b0b07415d518a68d099ee4932823389 Mon Sep 17 00:00:00 2001 From: Dominik Nakamura Date: Thu, 27 May 2021 22:51:47 +0900 Subject: [PATCH] Cleanup the README using markdownlint and remove ToC (#626) --- .markdownlint.yaml | 1 + .pre-commit-config.yaml | 4 ++ CODE_OF_CONDUCT.md | 1 + README.md | 95 ++++++++++++++++++----------------------- 4 files changed, 47 insertions(+), 54 deletions(-) create mode 100644 .markdownlint.yaml diff --git a/.markdownlint.yaml b/.markdownlint.yaml new file mode 100644 index 0000000..ff7d7cc --- /dev/null +++ b/.markdownlint.yaml @@ -0,0 +1 @@ +MD013: false diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4501409..ca95a6e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,6 +12,10 @@ repos: exclude: ^test/ - id: mixed-line-ending exclude: ^test/ +- repo: https://github.com/igorshubovych/markdownlint-cli + rev: v0.27.1 + hooks: + - id: markdownlint - repo: meta hooks: - id: check-useless-excludes diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 041fbb6..0d424fd 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -5,6 +5,7 @@ For more details, please read the [Mozilla Community Participation Guidelines](https://www.mozilla.org/about/governance/policies/participation/). ## How to Report + For more information on how to report violations of the Community Participation Guidelines, please read our '[How to Report](https://www.mozilla.org/about/governance/policies/participation/reporting/)' page.