Re: [code-quality] Searching multiple setup.cfg files for flake8 section?

2015-07-08 Thread Ian Lee
On Wed, Jul 8, 2015 at 2:27 PM, Ian Cordasco wrote: > On Wed, Jul 8, 2015 at 10:15 AM, Willy Wu wrote: > > > > > > On Wed, Jul 8, 2015 at 4:18 AM, Ian Cordasco > > > wrote: > >> > >> On Tue, Jul 7, 2015 at 2:11 PM, Willy Wu wrote: > >> > So our flake8 might be a simpler case, where our lint to

Re: [code-quality] Searching multiple setup.cfg files for flake8 section?

2015-07-08 Thread Ian Cordasco
On Wed, Jul 8, 2015 at 10:15 AM, Willy Wu wrote: > > > On Wed, Jul 8, 2015 at 4:18 AM, Ian Cordasco > wrote: >> >> On Tue, Jul 7, 2015 at 2:11 PM, Willy Wu wrote: >> > So our flake8 might be a simpler case, where our lint tool invokes >> > flake8 on >> > every file in the diff individually rathe

Re: [code-quality] Searching multiple setup.cfg files for flake8 section?

2015-07-08 Thread Willy Wu via code-quality
On Wed, Jul 8, 2015 at 4:18 AM, Ian Cordasco wrote: > On Tue, Jul 7, 2015 at 2:11 PM, Willy Wu wrote: > > So our flake8 might be a simpler case, where our lint tool invokes > flake8 on > > every file in the diff individually rather than a bunch of files at once. > > Am I right to guess that if y

Re: [code-quality] Include content of other files in a ConfigFile input (was: Searching multiple setup.cfg files for flake8 section?)

2015-07-08 Thread Carl Crowder
I added this to prospector by allowing inheritance, so that your custom directives could inherit from premade ones that come as part of the library or 'project-wide' ones that you make but want to tweak on a per-codebase level: http://prospector.readthedocs.org/en/master/profiles.html#inheritance