Changeset 3c3a440 in sasview for build_tools/pylint.rc


Ignore:
Timestamp:
Mar 3, 2015 9:17:47 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:
7425bcf
Parents:
c8a6c3d7
Message:

pylint fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build_tools/pylint.rc

    re3f77d8b r3c3a440  
    6464 
    6565# Include message's id in output 
    66 include-ids=no 
     66include-ids=yes 
    6767 
    6868# Put messages in a separate file for each module / package specified on the 
     
    140140 
    141141# Good variable names which should always be accepted, separated by a comma 
    142 good-names=i,j,k,ex,Run,_ 
     142good-names=i,j,k,ex,Run,_,x,y,z,qx,qy,qz,n,q,dx,dy,dz 
    143143 
    144144# Bad variable names which should always be refused, separated by a comma 
     
    260260 
    261261# Minimum number of public methods for a class (see R0903). 
    262 min-public-methods=2 
     262min-public-methods=0 
    263263 
    264264# Maximum number of public methods for a class (see R0904). 
     
    294294indent-string='    ' 
    295295 
     296no-space-check=trailing-comma,dict-separator 
    296297 
    297298# checks for similarities and duplicated code. This computation may be 
Note: See TracChangeset for help on using the changeset viewer.