Changeset 1128bd31 in sasview for build_tools/pylint.rc


Ignore:
Timestamp:
Mar 4, 2015 8:19:27 AM (9 years ago)
Author:
Doucet, Mathieu <doucetm@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
091e71a2
Parents:
e46cbc5
Message:

pylint fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build_tools/pylint.rc

    re46cbc5 r1128bd31  
    4343# either give multiple identifier separated by comma (,) or put this option 
    4444# multiple time. See also the "--disable" option for examples. 
    45 #enable= 
     45enable=W0704 
    4646 
    4747# Disable the message, report, category or checker with the given id(s). You 
     
    5454# no Warning level messages displayed, use"--disable=all --enable=classes 
    5555# --disable=W" 
    56 #disable=W0702,E1608,W1627,E1601,E1603,E1602,E1605,E1604,E1607,E1606,W1621,W1620,W1623,W1622,W1625,W1624,W1609,W1626,W1607,W1606,W1605,W1604,W1603,W1602,W1601,I0021,I0020,W1618,W1619,W1630,W1631,W1610,W1611,W1612,W1613,W1614,W1615,W1616,W1617,W1632,W1633,W0704,W1628,W1629,W1608 
     56# disable=W0702,E1608,W1627,E1601,E1603,E1602,E1605,E1604,E1607,E1606,W1621,W1620,W1623,W1622,W1625,W1624,W1609,W1626,W1607,W1606,W1605,W1604,W1603,W1602,W1601,I0021,I0020,W1618,W1619,W1630,W1631,W1610,W1611,W1612,W1613,W1614,W1615,W1616,W1617,W1632,W1633,W0704,W1628,W1629,W1608 
    5757 
    5858# Disable the message(s) with the given id(s). 
    59 disable=W0702,W0613,W0703 
     59disable=W0702,W0613,W0703,W0142 
    6060 
    6161[REPORTS] 
     
    9898 
    9999# Good variable names which should always be accepted, separated by a comma 
    100 good-names=i,j,k,ex,Run,_,x,y,z,qx,qy,qz,n,q,dx,dy,dz,id 
     100good-names=i,j,k,ex,Run,_,x,y,z,qx,qy,qz,n,q,dx,dy,dz,id,Iq,dIq,Qx,Qy,Qz,ix,iy,iz 
    101101 
    102102# Bad variable names which should always be refused, separated by a comma 
Note: See TracChangeset for help on using the changeset viewer.