Changeset b7d432f in sasmodels for extra


Ignore:
Timestamp:
Mar 9, 2015 7:52:41 AM (9 years ago)
Author:
Doucet, Mathieu <doucetm@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
6c82120
Parents:
9f6f2f8
Message:

Clean up, and put back sanity in pylint.rc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extra/pylint.rc

    r3c56da87 rb7d432f  
    2020# List of plugins (as comma separated values of python modules names) to load, 
    2121# usually to register additional checkers. 
    22 load-plugins=pylint_numpy,pylint_pyopencl 
     22#load-plugins=pylint_numpy,pylint_pyopencl 
    2323 
    2424# Use multiple processes to speed up Pylint. 
     
    6060disable= 
    6161    multiple-statements, 
    62     global-statement, 
    6362    bare-except, 
    6463    broad-except, 
    65     bad-whitespace, 
    66     bad-continuation, 
    6764    too-many-statements, 
    6865    too-many-branches, 
     
    7370    unbalanced-tuple-unpacking, 
    7471    locally-disabled, 
    75     old-style-class, 
    7672 
    7773[REPORTS] 
     
    205201 
    206202# Maximum number of characters on a single line. 
    207 #max-line-length=100 
    208 max-line-length=80 
     203max-line-length=100 
    209204 
    210205# Regexp for a line that is allowed to be longer than the limit. 
Note: See TracChangeset for help on using the changeset viewer.