diff options
author | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-03-20 20:50:18 +0200 |
---|---|---|
committer | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-03-20 20:50:18 +0200 |
commit | db47e6ae3e7f1838d4b38b213514461114d79bab (patch) | |
tree | 5ea976e43613d9667104bdf84fc1f99749454edd /pylint/checkers/base.py | |
parent | e0d77b9795a01ae0e98a951ebfa54eb810bda893 (diff) | |
download | pylint-db47e6ae3e7f1838d4b38b213514461114d79bab.tar.gz |
Promote a couple of warnings to errors.
These warnings were promoted since they could uncover
potential bugs in the code and since most people are using `pylint -E` anyway,
it's good to have them as errors. These warnings are: assignment-from-none,
unbalanced-tuple-unpacking, unpacking-non-sequence, non-iterator-returned.
Closes issue #388.
Diffstat (limited to 'pylint/checkers/base.py')
0 files changed, 0 insertions, 0 deletions