src/tests/gui_pylintrc
changeset 1791 b2a37ff09e8c
parent 1761 b2d8237ac690
child 1860 8281a5185648
equal deleted inserted replaced
1790:5733e097d823 1791:b2a37ff09e8c
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 
    20 
    21 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
    21 # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
    22 # Use is subject to license terms.
    22 # Use is subject to license terms.
    23 
    23 
    24 # This file is used to control pylint when checking the packagemanager
    24 # This file is used to control pylint when checking the packagemanager
    25 # GUI python source
    25 # GUI python source
    26 #
    26 #
   144 
   144 
   145 # Minimum number of public methods for a class (see R0903).
   145 # Minimum number of public methods for a class (see R0903).
   146 min-public-methods=0
   146 min-public-methods=0
   147 
   147 
   148 # Maximum number of public methods for a class (see R0904).
   148 # Maximum number of public methods for a class (see R0904).
   149 # Increase from 56 to 60 as we are deriving off various classes and can't reduce the number further
   149 # Increase from 56 to 65 as we are deriving off various classes and can't reduce the number further
   150 max-public-methods=60
   150 max-public-methods=65
   151 
   151 
   152 [IMPORTS]
   152 [IMPORTS]
   153 
   153 
   154 [FORMAT]
   154 [FORMAT]
   155 
   155