Remove support to allow_different_nesting, from markdownlint (#1248)

* Remove support to allow_different_nesting, from markdownlint

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>

* Update specification/metrics/semantic_conventions/README.md

Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>

* Run markdown-toc

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>

Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
This commit is contained in:
Bogdan Drutu 2020-11-30 09:33:56 -05:00 committed by GitHub
parent 9e9364b0da
commit 837f4898c0
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
{ {
"default": true, "default": true,
"MD024": { "allow_different_nesting": true },
"MD029": { "style": "ordered" }, "MD029": { "style": "ordered" },
"ul-style": false, # MD004 "ul-style": false, # MD004
"line-length": false, # MD013 "line-length": false, # MD013

View File

@ -9,7 +9,7 @@
* [Pluralization](#pluralization) * [Pluralization](#pluralization)
- [General Metric Semantic Conventions](#general-metric-semantic-conventions) - [General Metric Semantic Conventions](#general-metric-semantic-conventions)
* [Instrument Naming](#instrument-naming) * [Instrument Naming](#instrument-naming)
* [Units](#units-1) * [Instrument Units](#instrument-units)
<!-- tocstop --> <!-- tocstop -->
@ -137,7 +137,7 @@ freely. For example, `system.paging.faults` and `system.network.packets`.
Units do not need to be specified in the names since they are included during Units do not need to be specified in the names since they are included during
instrument creation, but can be added if there is ambiguity. instrument creation, but can be added if there is ambiguity.
### Units ### Instrument Units
Units should follow the [UCUM](http://unitsofmeasure.org/ucum.html) (need Units should follow the [UCUM](http://unitsofmeasure.org/ucum.html) (need
more clarification in more clarification in