Skip to content

Exclude functions from feedback #36

@ralfw

Description

@ralfw

Exclude single methods from feedback eg. by adding an attribute on top of them:

[ForceFeedbackProgramming(Check=false)]
public void Do_sth(...) {
  //...
}

Such exclusions could be useful during a refactoring, to work without being hampered. Or really dirty methods could be excluded.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions