[Python-projects] Ignore Entire File
Neil Benn
benn at cenix-bioscience.com
Thu Aug 17 16:25:56 CEST 2006
Sylvain Thénault wrote:
> On Thursday 17 August à 14:52, Neil Benn wrote:
>
>> <snip>
>>
>>>> e with app specific stuff.
>>>>
>>>>
>>> so why don't you simply specify this file using the --ignore option on the
>>> command line ?
>>>
>>>
>>>
>> Hello,
>>
>> The main reason for this is that I have a lot of these files
>> (5 per webservice) and maintaining the command line and then
>> communicating this command line to various people when they import the
>> code in eclipse means that there is an extra thing to maintain. Whereas
>> if I can simply put a 'don't check me' comment at the top of the file
>> the person who imports the project to eclipse will simply have this file
>> ignored.
>>
>> Basically I'm trying to minimise as many things as possible.
>>
>
> so the best thing for you is probably to have a pylintrc file specific to your project, and use
> it using pylint's --rc-file option
>
>
Okie thanks - seems like the best option.
Cheers,
Neil
--
Neil Benn MSc
Head of Automation
Cenix BioScience GmbH
Tatzberg 47
01307 Dresden
Germany
http://www.cenix-bioscience.com
More information about the Python-Projects
mailing list