Changeset 3c3a440 in sasview for build_tools
- Timestamp:
- Mar 3, 2015 11:17:47 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:
- 7425bcf
- Parents:
- c8a6c3d7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build_tools/pylint.rc
re3f77d8b r3c3a440 64 64 65 65 # Include message's id in output 66 include-ids= no66 include-ids=yes 67 67 68 68 # Put messages in a separate file for each module / package specified on the … … 140 140 141 141 # Good variable names which should always be accepted, separated by a comma 142 good-names=i,j,k,ex,Run,_ 142 good-names=i,j,k,ex,Run,_,x,y,z,qx,qy,qz,n,q,dx,dy,dz 143 143 144 144 # Bad variable names which should always be refused, separated by a comma … … 260 260 261 261 # Minimum number of public methods for a class (see R0903). 262 min-public-methods= 2262 min-public-methods=0 263 263 264 264 # Maximum number of public methods for a class (see R0904). … … 294 294 indent-string=' ' 295 295 296 no-space-check=trailing-comma,dict-separator 296 297 297 298 # checks for similarities and duplicated code. This computation may be
Note: See TracChangeset
for help on using the changeset viewer.