src/tests/gui_pylintrc
changeset 1761 b2d8237ac690
parent 1744 04532a16c1ac
child 1791 b2a37ff09e8c
equal deleted inserted replaced
1760:c170eda552cf 1761:b2d8237ac690
   157 #
   157 #
   158 max-line-length=90
   158 max-line-length=90
   159 
   159 
   160 # Maximum number of lines in a module
   160 # Maximum number of lines in a module
   161 # Increased from 1500 as the packagemanager is doing a lot of GUI initialisation that we can't logically put anywhere else.
   161 # Increased from 1500 as the packagemanager is doing a lot of GUI initialisation that we can't logically put anywhere else.
   162 max-module-lines=6100
   162 max-module-lines=7000
   163 
   163 
   164 # String used as indentation unit. This is usually " " (4 spaces) or
   164 # String used as indentation unit. This is usually " " (4 spaces) or
   165 # "\t" (1 tab).
   165 # "\t" (1 tab).
   166 #
   166 #
   167 indent-string='        '
   167 indent-string='        '