Skip to content

Commit 7c9dfa1

Browse files
authored
chore(ci): Make linter tolerate org/repo references (open-telemetry#6011)
Signed-off-by: Josh Soref <[email protected]>
1 parent 8ee8652 commit 7c9dfa1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.textlintrc.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,9 @@ rules:
146146
# - Compound names: go.opentelemetry.io
147147
# - Paths: medium.com/opentelemetry
148148
# - Repo names: opentelemetry-cpp or ocaml-opentelemetry
149+
# - Repo names: open-telemetry/opentelemetry-cpp
149150
# - Slack or social media anchors: #opentelemetry or @opentelemetry
150-
- '(?<![-#@./])\bopen[- ]?telemetry\b(?![.-])'
151+
- '(?<![-#@./])\bopen[- ]?telemetry\b(?![-./])'
151152
- OpenTelemetry
152153
- [os x, macOS]
153154
- [postgres, PostgreSQL]

0 commit comments

Comments
 (0)