Lines Matching refs:module
76 # Put messages in a separate file for each module / package specified on the
81 # String to print as the module footer.
82 #module-footer-template=
84 # Template for the module header. %(filename)s will be replaced with the name
86 #module-header-template=
122 # Regular expression which should only match correct module level names
144 # Regular expression which should only match correct module names
145 module-rgx=^(_?[a-z][a-z0-9_]*)|__init__|PRESUBMIT|PRESUBMIT_unittest$
155 # Required attributes for module, separated by a comma
231 # Maximum number of lines in a module
232 max-module-lines=99999
244 # List of module members that should be marked as deprecated.