Changeset 5ef0633 in sasmodels for extra


Ignore:
Timestamp:
Mar 9, 2015 12:32:53 PM (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:
485aee2
Parents:
2e35a40
Message:

update pylint.rc to match design

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extra/pylint.rc

    r4840bec r5ef0633  
    137137 
    138138# Regular expression matching correct constant names 
    139 const-rgx=(([A-Z_][A-Z0-9_]*)|(__.*__))$ 
     139const-rgx=(([A-Za-z_][A-Za-z0-9_]*)|(__.*__))$ 
    140140 
    141141# Naming hint for constant names 
Note: See TracChangeset for help on using the changeset viewer.