Changeset 841753c in sasmodels for extra/pylint.rc
- Timestamp:
- Jan 28, 2016 3:42:34 PM (9 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extra/pylint.rc
r37a7252 r841753c 64 64 star-args, 65 65 unbalanced-tuple-unpacking, 66 locally-enabled, 66 67 locally-disabled, 67 68 … … 107 108 good-names=_, 108 109 input, 109 i,j,k,n,x,y,z,110 h,i,j,k,n,w,x,y,z, 110 111 q,qx,qy,qz, 111 112 dt,dx,dy,dz,id, 112 Iq,dIq,Qx,Qy,Qz, 113 Iq,dIq,Qx,Qy,Qz,Iqxy, 113 114 p, 114 115 ER, call_ER, VR, call_VR, 116 Rmax, SElength, 115 117 116 118 # Bad variable names which should always be refused, separated by a comma … … 335 337 336 338 # Maximum number of arguments for function / method 337 max-args= 5339 max-args=15 338 340 339 341 # Argument names that match this expression will be ignored. Default to name … … 342 344 343 345 # Maximum number of locals for function / method body 344 max-locals= 15346 max-locals=25 345 347 346 348 # Maximum number of return / yield for function / method body
Note: See TracChangeset
for help on using the changeset viewer.