From 1d5186e65745fdeb4b3d547ffa73a549125a2136 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Mon, 26 Aug 2019 23:56:15 -0400 Subject: doc: inconsistent indentation for list items Items at same level should have consistent indentation level. Addresses Markdownlint MD005 errors. PR-URL: https://github.com/nodejs/node/pull/29330 Reviewed-By: Rich Trott Reviewed-By: Trivikram Kamat Reviewed-By: Luigi Pinca Reviewed-By: James M Snell --- doc/guides/diagnostic-tooling-support-tiers.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/guides/diagnostic-tooling-support-tiers.md') diff --git a/doc/guides/diagnostic-tooling-support-tiers.md b/doc/guides/diagnostic-tooling-support-tiers.md index 17c342fabe..87a8b9dd67 100644 --- a/doc/guides/diagnostic-tooling-support-tiers.md +++ b/doc/guides/diagnostic-tooling-support-tiers.md @@ -43,14 +43,14 @@ the following tiers. organization or website; * The tool must be open source. - * Tier 3 - If possible its test suite - will be run at least nightly in the Node.js CI and issues opened for - failures. Does not block shipping a release. +* Tier 3 - If possible its test suite + will be run at least nightly in the Node.js CI and issues opened for + failures. Does not block shipping a release. - * Tier 4 - Does not block shipping a release. +* Tier 4 - Does not block shipping a release. - * Unclassified - tool/API is new or does not have the required testing in the - Node.js CI in order to qualify for a higher tier. +* Unclassified - tool/API is new or does not have the required testing in the + Node.js CI in order to qualify for a higher tier. The choice of which tier a particular tool will be assigned to, will be a collaborative decision between Diagnostics WG and Release WG. Some of the -- cgit v1.2.3