Changeset c85db69 in sasmodels for extra/pylint.rc
- Timestamp:
- Mar 3, 2015 4:07:28 PM (10 years ago)
- 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:
- e930946
- Parents:
- a156419
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extra/pylint.rc
ra156419 rc85db69 57 57 58 58 # Disable the message(s) with the given id(s). 59 disable=W0702,W0613 59 disable=W0702,W0613,W0703 60 60 61 61 [REPORTS] … … 343 343 344 344 # Minimum number of public methods for a class (see R0903). 345 min-public-methods= 2345 min-public-methods=0 346 346 347 347 # Maximum number of public methods for a class (see R0904).
Note: See TracChangeset
for help on using the changeset viewer.