eric7/Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/DocStyleChecker.py

branch
eric7
changeset 9179
9ae7ca51e347
parent 8881
54e42bc2437a
child 9182
bc72e2fc0d8e
equal deleted inserted replaced
9178:86671dd6f592 9179:9ae7ca51e347
136 "D250", "D251", "D252", "D253", 136 "D250", "D251", "D252", "D253",
137 "D260", "D261", "D262", "D263", 137 "D260", "D261", "D262", "D263",
138 ] 138 ]
139 139
140 def __init__(self, source, filename, select, ignore, expected, repeat, 140 def __init__(self, source, filename, select, ignore, expected, repeat,
141 maxLineLength=79, docType="pep257"): 141 maxLineLength=88, docType="pep257"):
142 """ 142 """
143 Constructor 143 Constructor
144 144
145 @param source source code to be checked (list of string) 145 @param source source code to be checked (list of string)
146 @param filename name of the source file (string) 146 @param filename name of the source file (string)

eric ide

mercurial