pylint-bot

Results 40 comments of pylint-bot

_Original comment by_ **Sylvain Thénault (BitBucket: [sthenault](http://bitbucket.org/sthenault), GitHub: @sthenault?)**: --- Would you have an alternate key binding suggestion?

_Original comment by_ **BitBucket: [sandrotosi](http://bitbucket.org/sandrotosi), GitHub: @sandrotosi?**: --- Well no :) I'm actually not a user of pylint in emacs, so my simple suggestion would be "dont use any standard...

_Original comment by_ **Florian Bruhin (BitBucket: [The-Compiler](http://bitbucket.org/The-Compiler), GitHub: @The-Compiler?)**: --- Personally, I'd gladly use this feature when #352 is fixed as well :smile: As I don't use `__init__.py` files in...

_Original comment by_ **Claudiu Popa (BitBucket: [PCManticore](http://bitbucket.org/PCManticore), GitHub: @PCManticore)**: --- Having specific configuration files per subdirectories would be nice. I'll probably use it myself, for instance, for ignoring mock related...

_Original comment by_ **Claudiu Popa (BitBucket: [PCManticore](http://bitbucket.org/PCManticore), GitHub: @PCManticore)**: --- By the way, Florian, someone worked on issue #352 at the sprints, but a PR was never made. :(

_Original comment by_ **Fergal Hainey (BitBucket: [FerHai](http://bitbucket.org/FerHai))**: --- Sounds like adding directories to the config and making the checkers aware of it would be easier than changing how config is...

_Original comment by_ **Florian Bruhin (BitBucket: [The-Compiler](http://bitbucket.org/The-Compiler), GitHub: @The-Compiler?)**: --- I started some work on ripping out `logilab.common` from pylint but got stuck on the configuration part. I still think...

_Original comment by_ **Claudiu Popa (BitBucket: [PCManticore](http://bitbucket.org/PCManticore), GitHub: @PCManticore)**: --- Having this feature in logilab.common will not help pylint, since we want to move away from it.

_Original comment by_ **Claudiu Popa (BitBucket: [PCManticore](http://bitbucket.org/PCManticore), GitHub: @PCManticore)**: --- By the way, in the issue #28, Torsten said something about using forests of configuration. That sounds like what we're...

_Original comment by_ **Robert Spier (BitBucket: [robert_spier](http://bitbucket.org/robert_spier))**: --- And here's the output with formatting fixed. $ venv/bin/pylint --jobs=2 --rcfile=$PWD/pylintrc app/codein app/melange app/soc app/summerofcode app/settings.py app/urls.py app/main.py tests pavement.py setup.py 2>&1...