Skip to content

UseOfLegacyAlgorithm is noisy #23

@elopez

Description

@elopez

Due to this rule matching "cast", it tends to pick up a lot of noise like the following:

auto downcastedPtr = std::dynamic_pointer_cast<Derived>(basePtr);

Also, due to it matching "des", it picks up a lot of noise like:

foo::bar::SomethingDescr::doStuff()

The rule should be further refined to reduce noise.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions