src/eric7/Plugins/PluginCodeStyleChecker.py

branch
eric7
changeset 10579
be997a4bd670
parent 10439
21c28b0f9e41
child 10594
6156d9675f62
child 10683
779cda568acb
equal deleted inserted replaced
10571:d7cf5619662f 10579:be997a4bd670
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