Skip to content

Commit aa1a523

Browse files
committed
chore: keep first-round otel config minimal
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 1ac72b6 commit aa1a523

4 files changed

Lines changed: 21 additions & 16 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md
2+
# and https://github.com/DavidAnson/markdownlint-cli2
3+
4+
config:
5+
ul-style: false
6+
line-length: false
7+
no-duplicate-heading:
8+
siblings_only: true
9+
ol-prefix:
10+
style: ordered
11+
no-inline-html: false
12+
fenced-code-language: false
13+
no-trailing-punctuation:
14+
punctuation: ".,;:" # allowing exclamation points and question marks at end of sentences
15+
16+
ignores:
17+
- "**/build/**"
18+
- "**/node_modules/**"
19+
- "CHANGELOG.md"
20+
- "ibm-mq-metrics/docs/metrics.md"
21+
- ".github/pull_request_template.md"

.github/config/.rumdl.toml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/config/.taplo.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/config/.yamllint.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)