Skip to content

Commit

Permalink
chore(ci): Make linter tolerate org/repo references (#6011)
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref authored Jan 23, 2025
1 parent 8ee8652 commit 7c9dfa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .textlintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,9 @@ rules:
# - Compound names: go.opentelemetry.io
# - Paths: medium.com/opentelemetry
# - Repo names: opentelemetry-cpp or ocaml-opentelemetry
# - Repo names: open-telemetry/opentelemetry-cpp
# - Slack or social media anchors: #opentelemetry or @opentelemetry
- '(?<![-#@./])\bopen[- ]?telemetry\b(?![.-])'
- '(?<![-#@./])\bopen[- ]?telemetry\b(?![-./])'
- OpenTelemetry
- [os x, macOS]
- [postgres, PostgreSQL]
Expand Down

0 comments on commit 7c9dfa1

Please sign in to comment.