Skip to content

Commit

Permalink
Allow "id" as a variable name (used by the PKCS11 library)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronf committed Aug 16, 2020
1 parent 31c1f7f commit 97e444e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylintrc
Expand Up @@ -95,7 +95,7 @@ evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / stateme
bad-functions=map,filter

# Good variable names which should always be accepted, separated by a comma
good-names=A,B,D,I,a,av,b,c,ca,ch,cn,d,e,f,fd,fp,fs,g,h,i,ip,iv,j,k,l,n,p,q,r,rp,s,sa,t,v,x,y,_,_e,_f,_g,_k,_p,_q,_x
good-names=A,B,D,I,a,av,b,c,ca,ch,cn,d,e,f,fd,fp,fs,g,h,i,id,ip,iv,j,k,l,n,p,q,r,rp,s,sa,t,v,x,y,_,_e,_f,_g,_k,_p,_q,_x

# Bad variable names which should always be refused, separated by a comma
bad-names=
Expand Down

0 comments on commit 97e444e

Please sign in to comment.