Re: [Freeipa-devel] [PATCH] 6 Add lint script for static code analysis

2011-04-13 Thread Martin Kosek
On Mon, 2011-04-11 at 15:44 +0200, Jan Cholasta wrote: > On 7.4.2011 17:00, Jan Cholasta wrote: > > This patch adds a script based on pylint for static code analysis during > > build. > > > > https://fedorahosted.org/freeipa/ticket/867 > > > > > > > > ___

Re: [Freeipa-devel] [PATCH] 6 Add lint script for static code analysis

2011-04-11 Thread Jan Cholasta
On 7.4.2011 17:00, Jan Cholasta wrote: This patch adds a script based on pylint for static code analysis during build. https://fedorahosted.org/freeipa/ticket/867 ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman

Re: [Freeipa-devel] [PATCH] 6 Add lint script for static code analysis

2011-04-11 Thread Martin Kosek
On Thu, 2011-04-07 at 17:00 +0200, Jan Cholasta wrote: > This patch adds a script based on pylint for static code analysis during > build. > > https://fedorahosted.org/freeipa/ticket/867 > Good work, works for me. Enabling static analysis for our IPA framework will improve the code base and cou

[Freeipa-devel] [PATCH] 6 Add lint script for static code analysis

2011-04-07 Thread Jan Cholasta
This patch adds a script based on pylint for static code analysis during build. https://fedorahosted.org/freeipa/ticket/867 -- Jan Cholasta >From 12e7ee4cd3b479c677fdbac10e99c223f1378da5 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Thu, 7 Apr 2011 16:49:05 +0200 Subject: [PATCH] Add lint