Changeset 1128bd31 in sasview for build_tools/pylint.rc
- Timestamp:
- Mar 4, 2015 8:19:27 AM (10 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build_tools/pylint.rc
re46cbc5 r1128bd31 43 43 # either give multiple identifier separated by comma (,) or put this option 44 44 # multiple time. See also the "--disable" option for examples. 45 #enable= 45 enable=W0704 46 46 47 47 # Disable the message, report, category or checker with the given id(s). You … … 54 54 # no Warning level messages displayed, use"--disable=all --enable=classes 55 55 # --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,W160856 # 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 57 57 58 58 # Disable the message(s) with the given id(s). 59 disable=W0702,W0613,W0703 59 disable=W0702,W0613,W0703,W0142 60 60 61 61 [REPORTS] … … 98 98 99 99 # 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 100 good-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 101 101 102 102 # Bad variable names which should always be refused, separated by a comma
Note: See TracChangeset
for help on using the changeset viewer.