Skip to content

More granular access to suppress warnings #1322

Description

@ryber

New feature, improvement proposal

Hello,
Currently when a class only has a default constructor that is not explicitly coded you get a warning of "use of default constructor, which does not provide a comment". Currently the only way to "fix" this is to give the class a default constructor with a comment or to turn off missing warnings entirely with the -missing flag which is broad and disables ALL missing things, including the ones I want.

I don't like the idea of having to put needless code in place ONLY to make a plugin happy. I would like to be able to suppress only this warning. Open to other suggestions as well.

Thanks you for your time on this project. It's really great.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions