rust/clippy_config/src
Ed Morley a16a85030c
Add "OpenTelemetry" to default doc_valid_idents
The OpenTelemetry project's name is all one word (see https://opentelemetry.io),
so currently triggers a false positive in the `doc_markdown` lint.

The project is increasing rapidly in popularity, so it seems like a worthy
contender for inclusion in the default `doc_valid_idents` configuration.

I've also moved the existing "OpenDNS" entry earlier in the list, to restore
the alphabetical ordering of that "Open*" row.

The docs changes were generated using `cargo collect-metadata`.

changelog: [`doc_markdown`]: Add `OpenTelemetry` to the default configuration as an allowed identifier
2024-01-15 14:26:41 +00:00
..
conf.rs Add "OpenTelemetry" to default doc_valid_idents 2024-01-15 14:26:41 +00:00
lib.rs Merge commit '09ac14c901' into clippyup 2023-11-02 17:35:56 +01:00
metadata.rs fix: metadata-collector listing lints when config documents include comma 2024-01-04 13:49:33 +00:00
msrvs.rs Merge remote-tracking branch 'upstream/master' into rustup 2024-01-11 17:19:53 +01:00
types.rs add new lint, pub_underscore_fields 2023-12-29 11:44:34 +01:00