Skip to content

Should suppressions allow patterns? #76

Open
@tjprescott

Description

@tjprescott

Currently, suppressions only allow you to target a specific path. If that path is then expanded, the suppression propagates so that, for example, an issue in a single definition that is used 100 times doesn't require 100 suppressions (just the 1).

However, there are other kinds of issues, such as where a TypeSpec operation template adds parameters to every operation. This results in many of unique paths that all have to be individually suppressed because the issues are duplicated in the generated Swagger itself.

Should we allow some kind of wildcard mechanism for targeting multiple paths?

Metadata

Metadata

Assignees

No one assigned

    Labels

    designissues related to the design of the tool itself

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions