probcomp / Venturecxx

Primary implementation of the Venture probabilistic programming system
http://probcomp.csail.mit.edu/venture/
GNU General Public License v3.0
28 stars 6 forks source link

Panoply of lint errors #150

Open gregory-marton opened 9 years ago

gregory-marton commented 9 years ago

710 no-member 468 undefined-variable 29 no-name-in-module 15 unexpected-keyword-arg 9 too-many-function-args 8 function-redefined 4 invalid-sequence-index 2 method-hidden 1 too-many-format-args

TODO:

axch commented 9 years ago

Updated set, computed with Grem's work-in-progress lint config for Bayeslite. Still todo:

233 E1101 no-member 45 E0602 undefined-variable 14 E0611 no-name-in-module 9 E1121 too-many-function-args 4 E0102 function-redefined 1 E1305 too-many-format-args 1 E0202 method-hidden

lints.txt

I anticipate killing the code identified in the rest of the System Simplification milestone will further reduce the count of contentful lint errors.