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

False positive: no-value-for-parameter using python voluptuous library #818

Closed
dave-mccowan opened this issue Feb 17, 2016 · 2 comments
Closed
Labels
Bug 🪲 Enhancement ✨ Improvement to a component

Comments

@dave-mccowan
Copy link

The attached file throws this error when storing a callable in a dictionary.
This is the proper use of the voluptuous python library.

E: 24,39: No value for argument 'v' in function call (no-value-for-parameter)

pylint_test.py.txt

@PCManticore
Copy link
Contributor

Yeah, this happens because we don't have currently a proper understanding of decorators, which voluptuous seems to use, but it's on our road map. Unfortunately, the only solution that I have for now is to recommend you disabling the error locally or in pylintrc.

@PCManticore PCManticore added this to the 3.0 milestone Jan 22, 2017
@PCManticore PCManticore added Enhancement ✨ Improvement to a component Bug 🪲 labels Apr 12, 2017
@PCManticore PCManticore removed this from the 3.0 milestone Apr 25, 2018
@jacobtylerwalls
Copy link
Member

Closing as duplicate of general thread for decorator support: #1694

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🪲 Enhancement ✨ Improvement to a component
Projects
None yet
Development

No branches or pull requests

3 participants