Changeset b297ba9 in sasmodels for extra/pylint.rc


Ignore:
Timestamp:
Mar 20, 2019 7:03:50 PM (5 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
4e28511
Parents:
0d362b7
Message:

lint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extra/pylint.rc

    r6e68289 rb297ba9  
    6767    locally-enabled, 
    6868    locally-disabled, 
     69    #no-else-return, 
     70    #invalid-name, 
     71    #fixme, 
     72    #too-many-lines, 
     73    #too-many-locals, 
     74    #too-many-branches, 
     75    #too-many-statements, 
     76    #too-many-instance-attributes, 
     77    #too-many-return-statements, 
     78    #no-self-use, 
    6979 
    7080[REPORTS] 
     
    109119good-names=_, 
    110120    input, id, 
    111     h, i, j, k, n, p, v, w, x, y, z, 
     121    h, i, j, k, n, p, u, v, w, x, y, z, 
    112122    q, qx, qy, qz, Q, Qx, Qy, Qz, 
    113123    dt, dx, dy, dz, dq, 
Note: See TracChangeset for help on using the changeset viewer.