prospector v0.11 Release Notes

    • ๐Ÿ‘• Compatability fixes to work with pylint>=1.5
    • ๐Ÿ‘• McCabe tool now reports correct line and character number for syntax errors (and therefore gets blended if pylint etc detects such an error)
    • Autodetect of libraries will now not search inside virtualenvironments
    • ๐Ÿ“š #142 better installation documentation in README (thanks @ExcaliburZero)
    • โš  #141 profile-validator no longer complains about member-warnings (thanks @alefteris)
    • #140 emacs formatter includes character position (thanks @philroberts)
    • ๐Ÿ›  #138 docs fixed for 'output-format' profile option (thanks @faulkner)
    • ๐Ÿ›  #137 fixed various formatting issues in docs (thanks @danstender)
    • ๐Ÿ‘• #132 Added support for custom flask linting thanks to the awesome pylint-flask plugin by jschaf
    • ๐Ÿ‘• #131, #134 Custom pylint plugins are now loaded from existing .pylintrc files if present (thanks @kaidokert and @antoviaque)