Skip to content

Exclude functions from feedback #36

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions