Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: ability to ignore property methods decorated with *@property* #37

Closed
jeremywitte opened this issue Jul 20, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@jeremywitte
Copy link

Describe the feature you'd like

I would like to be able to ignore class property methods that are defined with @property decorators. Many times these can be self-descriptive and do not follow the get_ regex pattern.

Is your feature request related to a problem?

Your Environment

  • interrogate version(s) (interrogate --version:
  • Operating System(s):
  • Python version(s):

Additional context

I don't believe the existing ignore-regex option covers this use case but I could be wrong.

@jeremywitte jeremywitte added enhancement New feature or request needs triage Issue needs triaging labels Jul 20, 2020
@econchick
Copy link
Owner

Thank you for the suggestion! That does make sense - I'll take a look into it sometime this week.

@econchick econchick removed the needs triage Issue needs triaging label Jul 20, 2020
@econchick
Copy link
Owner

Hey @jeremywitte - I've (finally) added this in! It will be in v 1.3.0 (which should be released later today). Thanks again for the suggestion!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants