houndci / hound

Automated code review for GitHub pull requests.
https://houndci.com
MIT License
1.95k stars 401 forks source link

Pylint + its plugin support #1564

Open yelizariev opened 6 years ago

yelizariev commented 6 years ago

First of all, I want to say, that I'm excited of the idea of commenting files in pull requests. It's much more convenient than reading travis logs with line numbers.

The issue I want to raise is supporting pylint, because it has plugins for specific needs. The plugin I'm interested in is pylint-odoo.

Some references about odoo:

salbertson commented 5 years ago

@yelizariev I think it's a great idea. We already support flake8, but I like the overlap and the option to use both.