<div dir="ltr"><p style="margin:0px 0px 1em;padding:0px;border:0px;clear:both;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:19.5px">Hi all,</p><p style="margin:0px 0px 1em;padding:0px;border:0px;clear:both;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:19.5px">I want to add a customized check to my pylintrc file to check and report cases whenever I define a function in a python file like this:<br></p><p style="margin:0px 0px 1em;padding:0px;border:0px;clear:both;line-height:19.5px"><font face="monospace, monospace">def foo( var1, name1=value, *args ):</font></p><div><p style="margin:0px 0px 1em;padding:0px;border:0px;clear:both;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:19.5px">The problem that I want to deal with is that we should not have keyword arguments( <em style="margin:0px;padding:0px;border:0px">name1</em> ) before positional arguments( <i style="margin:0px;padding:0px;border:0px">*args</i> ). Although the function can still be called by passing <em style="margin:0px;padding:0px;border:0px">name1</em> as positional argument but there would be no way to not specify <em style="margin:0px;padding:0px;border:0px">name1</em> but specify <i style="margin:0px;padding:0px;border:0px">*args</i>.</p><p style="margin:0px 0px 1em;padding:0px;border:0px;clear:both;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:19.5px">How can I add this check to pylintrc file?</p><p style="margin:0px 0px 1em;padding:0px;border:0px;clear:both;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:19.5px">Thanks in advance!</p></div>-- <br><div class="gmail_signature"><div dir="ltr">Regards,<br>Ahirnish</div></div>
</div>