src/eric7/Plugins/PluginCodeStyleChecker.py

branch
server
changeset 10594
6156d9675f62
parent 10574
622e59b51640
parent 10579
be997a4bd670
child 10630
552a790fd9bc
equal deleted inserted replaced
10592:2bada76be1a6 10594:6156d9675f62
161 @param lang language of the file or None to determine by internal 161 @param lang language of the file or None to determine by internal
162 algorithm 162 algorithm
163 @type str or None 163 @type str or None
164 @param filename source filename 164 @param filename source filename
165 @type str 165 @type str
166 @param source string containing the code to check 166 @param source list of code lines to be checked
167 @type str 167 @type list of str
168 @param args arguments used by the codeStyleCheck function (list of 168 @param args arguments used by the codeStyleCheck function (list of
169 excludeMessages, includeMessages, repeatMessages, fixCodes, 169 excludeMessages, includeMessages, repeatMessages, fixCodes,
170 noFixCodes, fixIssues, maxLineLength, blankLines, hangClosing, 170 noFixCodes, fixIssues, maxLineLength, blankLines, hangClosing,
171 docType, codeComplexityArgs, miscellaneousArgs, errors, eol, 171 docType, codeComplexityArgs, miscellaneousArgs, errors, eol,
172 encoding, backup) 172 encoding, backup)

eric ide

mercurial