Changeset 841753c in sasmodels for extra


Ignore:
Timestamp:
Jan 28, 2016 5:42:34 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
d4666ca
Parents:
69ec80f
Message:

delint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extra/pylint.rc

    r37a7252 r841753c  
    6464    star-args, 
    6565    unbalanced-tuple-unpacking, 
     66    locally-enabled, 
    6667    locally-disabled, 
    6768 
     
    107108good-names=_, 
    108109    input, 
    109     i,j,k,n,x,y,z, 
     110    h,i,j,k,n,w,x,y,z, 
    110111    q,qx,qy,qz, 
    111112    dt,dx,dy,dz,id, 
    112     Iq,dIq,Qx,Qy,Qz, 
     113    Iq,dIq,Qx,Qy,Qz,Iqxy, 
    113114    p, 
    114115    ER, call_ER, VR, call_VR, 
     116    Rmax, SElength, 
    115117 
    116118# Bad variable names which should always be refused, separated by a comma 
     
    335337 
    336338# Maximum number of arguments for function / method 
    337 max-args=5 
     339max-args=15 
    338340 
    339341# Argument names that match this expression will be ignored. Default to name 
     
    342344 
    343345# Maximum number of locals for function / method body 
    344 max-locals=15 
     346max-locals=25 
    345347 
    346348# Maximum number of return / yield for function / method body 
Note: See TracChangeset for help on using the changeset viewer.