Skip to content

Instantly share code, notes, and snippets.

@webmaster128
Created January 7, 2017 18:41
Show Gist options
  • Select an option

  • Save webmaster128/cd1e4900ad1deba65b104f2092b7b94b to your computer and use it in GitHub Desktop.

Select an option

Save webmaster128/cd1e4900ad1deba65b104f2092b7b94b to your computer and use it in GitHub Desktop.
pylint configure.py
No config file found, using default configuration
************* Module configure
C:104, 0: Trailing whitespace (trailing-whitespace)
C:217, 0: No space allowed around keyword argument assignment
formatter = optparse.IndentedHelpFormatter(max_help_position = 50),
^ (bad-whitespace)
C:217, 0: No space allowed around keyword argument assignment
formatter = optparse.IndentedHelpFormatter(max_help_position = 50),
^ (bad-whitespace)
C:218, 0: No space allowed around keyword argument assignment
version = BuildConfigurationInformation.version_string)
^ (bad-whitespace)
C:274, 0: Line too long (107/100) (line-too-long)
C:277, 0: Line too long (107/100) (line-too-long)
C:280, 0: Line too long (103/100) (line-too-long)
C:283, 0: Line too long (113/100) (line-too-long)
C:306, 0: Line too long (103/100) (line-too-long)
C:334, 0: Line too long (113/100) (line-too-long)
C:384, 0: Line too long (132/100) (line-too-long)
C:387, 0: Wrong continued indentation (add 1 space).
help='disable essential checks for testing')
^| (bad-continuation)
C:410, 0: Exactly one space required before assignment
third_party = ['boost', 'bzip2', 'lzma', 'openssl', 'sqlite3', 'zlib', 'tpm', 'pkcs11']
^ (bad-whitespace)
C:414, 0: Line too long (104/100) (line-too-long)
C:535, 0: Exactly one space required after comma
(obj_dir,to_obj.basename) = os.path.split(dirname)
^ (bad-whitespace)
C:548, 0: Exactly one space required after comma
for (key,val) in name_val_pairs.items():
^ (bad-whitespace)
C:600, 0: Exactly one space required after comma
return dict(zip(l[::3],l[2::3]))
^ (bad-whitespace)
C:610, 0: Trailing whitespace (trailing-whitespace)
C:611, 0: Wrong continued indentation (remove 1 space).
'header:external', 'requires', 'os', 'arch',
|^ (bad-continuation)
C:611, 0: Trailing whitespace (trailing-whitespace)
C:612, 0: Wrong continued indentation (remove 1 space).
'cc', 'libs', 'frameworks', 'comment',
|^ (bad-continuation)
C:612, 0: Trailing whitespace (trailing-whitespace)
C:613, 0: Wrong continued indentation (remove 1 space).
'warning'],
|^ (bad-continuation)
C:615, 0: Wrong hanging indentation (add 2 spaces).
'load_on': 'auto',
^ | (bad-continuation)
C:616, 0: Wrong hanging indentation (add 2 spaces).
'define': [],
^ | (bad-continuation)
C:617, 0: Wrong hanging indentation (add 2 spaces).
'need_isa': ''})
^ | (bad-continuation)
C:643, 0: Line too long (115/100) (line-too-long)
C:652, 0: Unnecessary parens after 'if' keyword (superfluous-parens)
W:695, 0: Bad indentation. Found 11 spaces, expected 12 (bad-indentation)
W:696, 0: Bad indentation. Found 11 spaces, expected 12 (bad-indentation)
C:697, 0: Line too long (104/100) (line-too-long)
W:697, 0: Bad indentation. Found 14 spaces, expected 16 (bad-indentation)
C:806, 0: No space allowed after bracket
{ 'endian': None,
^ (bad-whitespace)
C:810, 0: Wrong continued indentation (remove 2 spaces).
})
| ^ (bad-continuation)
C:823, 0: Exactly one space required after comma
return sorted([(k,k) for k in self.submodels] +
^ (bad-whitespace)
C:825, 0: No space allowed around keyword argument assignment
key = lambda k: len(k[0]), reverse = True)
^ (bad-whitespace)
C:825, 0: No space allowed around keyword argument assignment
key = lambda k: len(k[0]), reverse = True)
^ (bad-whitespace)
C:883, 0: Line too long (112/100) (line-too-long)
C:884, 0: No space allowed after bracket
{ 'binary_name': None,
^ (bad-whitespace)
C:906, 0: Wrong continued indentation (remove 2 spaces).
})
| ^ (bad-continuation)
C:908, 0: Exactly one space required before assignment
self.so_link_commands = force_to_dict(self.so_link_commands)
^ (bad-whitespace)
C:910, 0: Exactly one space required before assignment
self.mach_abi_linking = force_to_dict(self.mach_abi_linking)
^ (bad-whitespace)
C:911, 0: Exactly one space required before assignment
self.isa_flags = force_to_dict(self.isa_flags)
^ (bad-whitespace)
C:927, 0: Exactly one space required after comma
self.mach_opt_flags[proc] = (flags,regex)
^ (bad-whitespace)
C:1055, 0: Line too long (106/100) (line-too-long)
C:1056, 0: Wrong continued indentation (add 4 spaces).
(osname, self.infofile))
^ | (bad-continuation)
C:1078, 0: No space allowed after bracket
{ 'os_type': None,
^ (bad-whitespace)
C:1096, 0: Wrong continued indentation (remove 2 spaces).
})
| ^ (bad-continuation)
C:1110, 0: Exactly one space required before assignment
self.soname_pattern_base = "libbotan-{version_major}.%s" % (self.soname_suffix)
^ (bad-whitespace)
C:1111, 0: Exactly one space required before assignment
self.soname_pattern_abi = self.soname_pattern_base + ".{abi_rev}"
^ (bad-whitespace)
C:1116, 0: Line too long (101/100) (line-too-long)
C:1119, 0: Unnecessary parens after 'return' keyword (superfluous-parens)
C:1153, 0: Exactly one space required after comma
for (match,submodel) in ainfo.all_submodels():
^ (bad-whitespace)
C:1161, 0: Exactly one space required after comma
for (match,submodel) in ainfo.all_submodels():
^ (bad-whitespace)
C:1181, 0: Exactly one space required after comma
(key,val) = [s.strip() for s in line.split(':')]
^ (bad-whitespace)
W:1243, 0: Bad indentation. Found 16 spaces, expected 12 (bad-indentation)
C:1243, 0: Exactly one space required after comma
(dir,filename) = os.path.split(os.path.normpath(src))
^ (bad-whitespace)
W:1244, 0: Bad indentation. Found 16 spaces, expected 12 (bad-indentation)
C:1244, 0: Exactly one space required after comma
dir = dir.replace('\\','/')
^ (bad-whitespace)
W:1245, 0: Bad indentation. Found 16 spaces, expected 12 (bad-indentation)
W:1246, 0: Bad indentation. Found 20 spaces, expected 16 (bad-indentation)
C:1246, 0: Exactly one space required after comma
param, dir = dir.split('/src/',1)
^ (bad-whitespace)
W:1247, 0: Bad indentation. Found 20 spaces, expected 16 (bad-indentation)
C:1247, 0: No space allowed after bracket
file.write('\tsources { src/%s/%s } \n' % ( dir, filename))
^ (bad-whitespace)
W:1248, 0: Bad indentation. Found 16 spaces, expected 12 (bad-indentation)
W:1249, 0: Bad indentation. Found 20 spaces, expected 16 (bad-indentation)
W:1250, 0: Bad indentation. Found 20 spaces, expected 16 (bad-indentation)
C:1250, 0: No space allowed after bracket
file.write('\tsources { %s/%s } \n' % ( dir, filename))
^ (bad-whitespace)
C:1251, 0: Trailing whitespace (trailing-whitespace)
W:1254, 0: Bad indentation. Found 16 spaces, expected 12 (bad-indentation)
C:1254, 0: Exactly one space required after comma
(dir,filename) = os.path.split(os.path.normpath(header))
^ (bad-whitespace)
W:1255, 0: Bad indentation. Found 16 spaces, expected 12 (bad-indentation)
C:1255, 0: Exactly one space required after comma
dir = dir.replace('\\','/')
^ (bad-whitespace)
W:1256, 0: Bad indentation. Found 16 spaces, expected 12 (bad-indentation)
W:1257, 0: Bad indentation. Found 20 spaces, expected 16 (bad-indentation)
C:1257, 0: Exactly one space required after comma
param, dir = dir.split('/src/',1)
^ (bad-whitespace)
W:1258, 0: Bad indentation. Found 20 spaces, expected 16 (bad-indentation)
C:1258, 0: No space allowed after bracket
file.write('\theaders { src/%s/%s } \n' % ( dir, filename))
^ (bad-whitespace)
W:1259, 0: Bad indentation. Found 16 spaces, expected 12 (bad-indentation)
W:1260, 0: Bad indentation. Found 20 spaces, expected 16 (bad-indentation)
W:1261, 0: Bad indentation. Found 20 spaces, expected 16 (bad-indentation)
C:1261, 0: No space allowed after bracket
file.write('\theaders { %s/%s } \n' % ( dir, filename))
^ (bad-whitespace)
W:1265, 0: Bad indentation. Found 16 spaces, expected 12 (bad-indentation)
C:1265, 0: Exactly one space required after comma
(dir,filename) = os.path.split(os.path.normpath(src))
^ (bad-whitespace)
W:1266, 0: Bad indentation. Found 16 spaces, expected 12 (bad-indentation)
C:1268, 0: Exactly one space required after comma
f = open('botan.bkl','w')
^ (bad-whitespace)
C:1274, 0: No space allowed after bracket
bakefile_sources( f, build_config.sources )
^ (bad-whitespace)
C:1274, 0: No space allowed before bracket
bakefile_sources( f, build_config.sources )
^ (bad-whitespace)
C:1280, 0: No space allowed after bracket
bakefile_sources( f, build_config.cli_sources )
^ (bad-whitespace)
C:1280, 0: No space allowed before bracket
bakefile_sources( f, build_config.cli_sources )
^ (bad-whitespace)
C:1281, 0: No space allowed after bracket
bakefile_cli_headers( f, build_config.cli_headers )
^ (bad-whitespace)
C:1281, 0: No space allowed before bracket
bakefile_cli_headers( f, build_config.cli_headers )
^ (bad-whitespace)
C:1287, 0: No space allowed after bracket
bakefile_test_sources( f, build_config.test_sources )
^ (bad-whitespace)
C:1287, 0: No space allowed before bracket
bakefile_test_sources( f, build_config.test_sources )
^ (bad-whitespace)
C:1291, 0: Trailing whitespace (trailing-whitespace)
C:1294, 0: Exactly one space required after comma
external_inc_dir = options.with_external_includedir.replace('\\','/')
^ (bad-whitespace)
C:1296, 0: No space allowed before bracket
f.write('includedirs += "%s";\n' %external_inc_dir )
^ (bad-whitespace)
C:1345, 0: Exactly one space required after assignment
isa = src.replace('botan_all_','').replace('.cpp', '').split('_')
^ (bad-whitespace)
C:1345, 0: Exactly one space required after comma
isa = src.replace('botan_all_','').replace('.cpp', '').split('_')
^ (bad-whitespace)
C:1352, 0: Exactly one space required after comma
(dir,file) = os.path.split(os.path.normpath(src))
^ (bad-whitespace)
C:1398, 0: Line too long (127/100) (line-too-long)
C:1398, 0: Exactly one space required before assignment
includes+= ' ' + cc.add_include_dir_option + build_config.external_include_dir if build_config.external_headers else ''
^^ (bad-whitespace)
C:1399, 0: Line too long (129/100) (line-too-long)
C:1399, 0: Exactly one space required before assignment
includes+= ' ' + cc.add_include_dir_option + options.with_external_includedir if options.with_external_includedir else ''
^^ (bad-whitespace)
C:1400, 0: Exactly one space required after comma
for (obj_file,src) in zip(objectfile_list(sources, obj_dir), sources):
^ (bad-whitespace)
C:1440, 0: Exactly one space required after comma
for (osname,link_to) in getattr(module, module_member_name).items():
^ (bad-whitespace)
C:1463, 0: No space allowed after bracket
inno_arch = { 'x86_32': '', 'x86_64': 'x64', 'ia64': 'ia64' }
^ (bad-whitespace)
C:1463, 0: No space allowed before bracket
inno_arch = { 'x86_32': '', 'x86_64': 'x64', 'ia64': 'ia64' }
^ (bad-whitespace)
C:1568, 0: Line too long (140/100) (line-too-long)
C:1582, 0: Line too long (114/100) (line-too-long)
C:1594, 0: Wrong hanging indentation (remove 16 spaces).
version_major = build_config.version_major,
| ^ (bad-continuation)
C:1594, 0: No space allowed around keyword argument assignment
version_major = build_config.version_major,
^ (bad-whitespace)
C:1595, 0: Wrong hanging indentation (remove 16 spaces).
version_minor = build_config.version_minor,
| ^ (bad-continuation)
C:1595, 0: No space allowed around keyword argument assignment
version_minor = build_config.version_minor,
^ (bad-whitespace)
C:1596, 0: Wrong hanging indentation (remove 16 spaces).
version_patch = build_config.version_patch,
| ^ (bad-continuation)
C:1596, 0: No space allowed around keyword argument assignment
version_patch = build_config.version_patch,
^ (bad-whitespace)
C:1597, 0: Wrong hanging indentation (remove 16 spaces).
abi_rev = build_config.version_so_rev),
| ^ (bad-continuation)
C:1597, 0: No space allowed around keyword argument assignment
abi_rev = build_config.version_so_rev),
^ (bad-whitespace)
C:1599, 0: Wrong hanging indentation (remove 16 spaces).
version_major = build_config.version_major,
| ^ (bad-continuation)
C:1599, 0: No space allowed around keyword argument assignment
version_major = build_config.version_major,
^ (bad-whitespace)
C:1600, 0: Wrong hanging indentation (remove 16 spaces).
version_minor = build_config.version_minor,
| ^ (bad-continuation)
C:1600, 0: No space allowed around keyword argument assignment
version_minor = build_config.version_minor,
^ (bad-whitespace)
C:1601, 0: Wrong hanging indentation (remove 16 spaces).
version_patch = build_config.version_patch,
| ^ (bad-continuation)
C:1601, 0: No space allowed around keyword argument assignment
version_patch = build_config.version_patch,
^ (bad-whitespace)
C:1602, 0: Wrong hanging indentation (remove 16 spaces).
abi_rev = build_config.version_so_rev),
| ^ (bad-continuation)
C:1602, 0: No space allowed around keyword argument assignment
abi_rev = build_config.version_so_rev),
^ (bad-whitespace)
C:1604, 0: Wrong hanging indentation (remove 16 spaces).
version_major = build_config.version_major,
| ^ (bad-continuation)
C:1604, 0: No space allowed around keyword argument assignment
version_major = build_config.version_major,
^ (bad-whitespace)
C:1605, 0: Wrong hanging indentation (remove 16 spaces).
version_minor = build_config.version_minor,
| ^ (bad-continuation)
C:1605, 0: No space allowed around keyword argument assignment
version_minor = build_config.version_minor,
^ (bad-whitespace)
C:1606, 0: Wrong hanging indentation (remove 16 spaces).
version_patch = build_config.version_patch,
| ^ (bad-continuation)
C:1606, 0: No space allowed around keyword argument assignment
version_patch = build_config.version_patch,
^ (bad-whitespace)
C:1607, 0: Wrong hanging indentation (remove 16 spaces).
abi_rev = build_config.version_so_rev),
| ^ (bad-continuation)
C:1607, 0: No space allowed around keyword argument assignment
abi_rev = build_config.version_so_rev),
^ (bad-whitespace)
C:1620, 0: Line too long (141/100) (line-too-long)
C:1620, 0: Exactly one space required before assignment
vars['cli_post_link_cmd'] = 'install_name_tool -change "$(INSTALLED_LIB_DIR)/$(SONAME_ABI)" "@executable_path/$(SONAME_ABI)" $(CLI)'
^ (bad-whitespace)
C:1621, 0: Line too long (142/100) (line-too-long)
C:1630, 0: Line too long (101/100) (line-too-long)
C:1633, 0: Trailing whitespace (trailing-whitespace)
C:1644, 0: Line too long (115/100) (line-too-long)
C:1645, 0: Line too long (112/100) (line-too-long)
C:1645, 0: Exactly one space required before assignment
vars["gmake_dso_in"] = process_template(os.path.join(options.makefile_dir, 'gmake_dso.in'), vars) \
^ (bad-whitespace)
C:1647, 0: Line too long (117/100) (line-too-long)
C:1694, 0: Line too long (109/100) (line-too-long)
C:1814, 0: Line too long (108/100) (line-too-long)
C:1974, 0: Line too long (103/100) (line-too-long)
C:1979, 0: No space allowed before bracket
fsname = '%s%s.cpp' % (amalg_basename, '_' + tgt if tgt else '' )
^ (bad-whitespace)
C:2015, 0: Line too long (118/100) (line-too-long)
C:2066, 0: No space allowed around keyword argument assignment
def main(argv = None):
^ (bad-whitespace)
C:2129, 0: Line too long (107/100) (line-too-long)
C:2134, 0: Exactly one space required before assignment
info_os = load_build_data('OS info', 'os', OsInfo)
^ (bad-whitespace)
C:2135, 0: Exactly one space required before assignment
info_cc = load_build_data('compiler info', 'cc', CompilerInfo)
^ (bad-whitespace)
C:2148, 0: Exactly one space required after comma
[x for (x,_) in ainfo.all_submodels()]
^ (bad-whitespace)
C:2261, 0: Line too long (106/100) (line-too-long)
C:2278, 0: Line too long (103/100) (line-too-long)
C:2391, 0: Line too long (112/100) (line-too-long)
C: 1, 0: Too many lines in module (2400/1000) (too-many-lines)
W:1881, 0: Anomalous backslash in string: '\.'. String constant might be missing an r prefix. (anomalous-backslash-in-string)
W: 34, 0: Uses of a deprecated module 'optparse' (deprecated-module)
C: 40, 0: Import "import botan_version" should be placed at the top of the module (wrong-import-position)
C: 42, 0: Invalid argument name "l" (invalid-name)
C: 42, 0: Missing function docstring (missing-docstring)
C: 45, 0: Invalid argument name "l" (invalid-name)
C: 45, 0: Invalid argument name "n" (invalid-name)
C: 45, 0: Missing function docstring (missing-docstring)
C: 49, 0: Missing function docstring (missing-docstring)
W: 51, 4: Redefining name 'get_vc_revision' from outer scope (line 49) (redefined-outer-name)
C: 51, 4: Missing function docstring (missing-docstring)
W: 74,15: Catching too general exception Exception (broad-except)
C: 55,12: Invalid variable name "vc" (invalid-name)
W: 63,16: Specify string format arguments as logging function parameters (logging-not-lazy)
W: 68,12: Specify string format arguments as logging function parameters (logging-not-lazy)
C: 71, 8: Invalid variable name "e" (invalid-name)
W: 72,12: Specify string format arguments as logging function parameters (logging-not-lazy)
C: 74, 8: Invalid variable name "e" (invalid-name)
W: 75,12: Specify string format arguments as logging function parameters (logging-not-lazy)
R: 85, 0: Too many instance attributes (25/7) (too-many-instance-attributes)
C:142, 8: Missing function docstring (missing-docstring)
W:143,26: Unused variable 'dirnames' (unused-variable)
C:148, 8: Missing function docstring (missing-docstring)
W:149,26: Unused variable 'dirnames' (unused-variable)
C:160, 8: Missing function docstring (missing-docstring)
C:162,12: Missing function docstring (missing-docstring)
C:174,12: Missing function docstring (missing-docstring)
C:185, 8: Missing function docstring (missing-docstring)
C:199, 4: Missing method docstring (missing-docstring)
C:207, 4: Missing method docstring (missing-docstring)
W:213,-1: String statement has no effect (pointless-string-statement)
C:214, 0: Missing function docstring (missing-docstring)
R:214, 0: Too many local variables (17/15) (too-many-locals)
W:377,44: Used builtin function 'map'. Using a list comprehension can be clearer. (bad-builtin)
C:497, 4: Missing function docstring (missing-docstring)
W:514,-1: String statement has no effect (pointless-string-statement)
C:515, 0: Missing function docstring (missing-docstring)
R:515, 0: Too many local variables (18/15) (too-many-locals)
C:520, 4: Missing function docstring (missing-docstring)
C:523, 4: Missing class docstring (missing-docstring)
W:524, 8: __init__ method from base class 'Exception' is not called (super-init-not-called)
C:551, 4: Missing function docstring (missing-docstring)
C:579,15: Using type() instead of isinstance() for a typecheck. (unidiomatic-typecheck)
R:515, 0: Too many branches (18/12) (too-many-branches)
W:598,-1: String statement has no effect (pointless-string-statement)
C:599, 0: Invalid argument name "l" (invalid-name)
C:599, 0: Missing function docstring (missing-docstring)
W:604,-1: String statement has no effect (pointless-string-statement)
C:605, 0: Missing class docstring (missing-docstring)
R:605, 0: Too many instance attributes (9/7) (too-many-instance-attributes)
E:622,33: Instance of 'ModuleInfo' has no 'lives_in' member (no-member)
E:633,28: Instance of 'list' has no 'split' member (no-member)
C:642,15: Comparison to False should be 'not expr' or 'expr is False' (singleton-comparison)
W:643,16: Specify string format arguments as logging function parameters (logging-not-lazy)
C:646, 8: Invalid argument name "l" (invalid-name)
C:646, 8: Missing function docstring (missing-docstring)
E:648,61: Instance of 'ModuleInfo' has no 'basename' member (no-member)
E:653,65: Instance of 'ModuleInfo' has no 'basename' member (no-member)
C:664, 8: Missing function docstring (missing-docstring)
E:666,36: Instance of 'ModuleInfo' has no 'lives_in' member (no-member)
E:672,46: Instance of 'ModuleInfo' has no 'lives_in' member (no-member)
C:681,15: Comparison to False should be 'not expr' or 'expr is False' (singleton-comparison)
W:682,16: Specify string format arguments as logging function parameters (logging-not-lazy)
C:694, 8: Invalid argument name "typeA" (invalid-name)
C:694, 8: Invalid argument name "listA" (invalid-name)
C:694, 8: Invalid argument name "typeB" (invalid-name)
C:694, 8: Invalid argument name "listB" (invalid-name)
C:694, 8: Missing function docstring (missing-docstring)
W:697,14: Specify string format arguments as logging function parameters (logging-not-lazy)
R:607, 4: Too many branches (14/12) (too-many-branches)
C:703, 4: Missing method docstring (missing-docstring)
W:704,12: Redefining name 'os' from outer scope (line 23) (redefined-outer-name)
C:704,12: Invalid variable name "os" (invalid-name)
E:704,18: Instance of 'ModuleInfo' has no 'os' member (no-member)
E:706,70: Instance of 'ModuleInfo' has no 'infofile' member (no-member)
C:707,12: Invalid variable name "cc" (invalid-name)
E:707,18: Instance of 'ModuleInfo' has no 'cc' member (no-member)
E:709,76: Instance of 'ModuleInfo' has no 'infofile' member (no-member)
E:710,20: Instance of 'ModuleInfo' has no 'arch' member (no-member)
E:712,72: Instance of 'ModuleInfo' has no 'infofile' member (no-member)
C:714, 4: Missing method docstring (missing-docstring)
C:717, 4: Missing method docstring (missing-docstring)
C:720, 4: Missing method docstring (missing-docstring)
C:723, 4: Missing method docstring (missing-docstring)
C:726, 4: Missing method docstring (missing-docstring)
E:727,59: Instance of 'ModuleInfo' has no 'define' member (no-member)
C:729, 4: Missing method docstring (missing-docstring)
E:740,11: Instance of 'ModuleInfo' has no 'arch' member (no-member)
E:741,32: Instance of 'ModuleInfo' has no 'arch' member (no-member)
E:741,62: Instance of 'ModuleInfo' has no 'arch' member (no-member)
C:746, 4: Invalid argument name "os" (invalid-name)
C:746, 4: Missing method docstring (missing-docstring)
W:746,28: Redefining name 'os' from outer scope (line 23) (redefined-outer-name)
E:747,15: Instance of 'ModuleInfo' has no 'os' member (no-member)
E:747,38: Instance of 'ModuleInfo' has no 'os' member (no-member)
C:749, 4: Invalid argument name "cc" (invalid-name)
C:749, 4: Missing method docstring (missing-docstring)
E:750,11: Instance of 'ModuleInfo' has no 'cc' member (no-member)
E:750,48: Instance of 'ModuleInfo' has no 'cc' member (no-member)
C:759, 4: Missing method docstring (missing-docstring)
E:761,15: Instance of 'ModuleInfo' has no 'requires' member (no-member)
E:762,11: Instance of 'ModuleInfo' has no 'parent_module' member (no-member)
E:763,24: Instance of 'ModuleInfo' has no 'parent_module' member (no-member)
W:769,-1: String statement has no effect (pointless-string-statement)
C:770, 4: Missing method docstring (missing-docstring)
W:774,12: Specify string format arguments as logging function parameters (logging-not-lazy)
E:775,25: Instance of 'ModuleInfo' has no 'basename' member (no-member)
E:778,11: Instance of 'ModuleInfo' has no 'basename' member (no-member)
E:780,11: Instance of 'ModuleInfo' has no 'basename' member (no-member)
E:689,11: Access to member 'warning' before its definition line 690 (access-member-before-definition)
E:636,42: Access to member 'header_public' before its definition line 637 (access-member-before-definition)
E:630,11: Access to member 'need_isa' before its definition line 631 (access-member-before-definition)
E:684,11: Access to member 'comment' before its definition line 685 (access-member-before-definition)
E:636,11: Access to member 'header_internal' before its definition line 676 (access-member-before-definition)
E:640,29: Access to member 'header_internal' before its definition line 676 (access-member-before-definition)
C:784, 0: Missing class docstring (missing-docstring)
C:789, 4: Missing method docstring (missing-docstring)
C:791, 8: Invalid argument name "tp" (invalid-name)
C:791, 8: Missing function docstring (missing-docstring)
W:794,20: Specify string format arguments as logging function parameters (logging-not-lazy)
E:795,24: Instance of 'ModulePolicyInfo' has no 'infofile' member (no-member)
E:797,26: Instance of 'ModulePolicyInfo' has no 'required' member (no-member)
E:798,30: Instance of 'ModulePolicyInfo' has no 'if_available' member (no-member)
E:799,28: Instance of 'ModulePolicyInfo' has no 'prohibited' member (no-member)
R:784, 0: Too few public methods (1/2) (too-few-public-methods)
C:802, 0: Missing class docstring (missing-docstring)
E:814,34: Instance of 'ArchInfo' has no 'unaligned' member (no-member)
W:821,-1: String statement has no effect (pointless-string-statement)
C:822, 4: Missing method docstring (missing-docstring)
E:823,38: Instance of 'ArchInfo' has no 'submodels' member (no-member)
W:829,-1: String statement has no effect (pointless-string-statement)
C:830, 4: Missing method docstring (missing-docstring)
C:831, 8: Missing function docstring (missing-docstring)
E:835,30: Instance of 'ArchInfo' has no 'basename' member (no-member)
E:837,11: Instance of 'ArchInfo' has no 'basename' member (no-member)
E:840,27: Instance of 'ArchInfo' has no 'isa_extensions' member (no-member)
E:848,40: Instance of 'ArchInfo' has no 'endian' member (no-member)
W:852,12: Specify string format arguments as logging function parameters (logging-not-lazy)
E:860,11: Instance of 'ArchInfo' has no 'family' member (no-member)
E:861,55: Instance of 'ArchInfo' has no 'family' member (no-member)
C:880, 0: Missing class docstring (missing-docstring)
E:915,14: Instance of 'CompilerInfo' has no 'mach_opt' member (no-member)
E:916,19: Instance of 'CompilerInfo' has no 'mach_opt' member (no-member)
E:917,15: Instance of 'CompilerInfo' has no 'mach_opt' member (no-member)
E:918,64: Instance of 'CompilerInfo' has no 'basename' member (no-member)
E:920,20: Instance of 'CompilerInfo' has no 'mach_opt' member (no-member)
E:923,19: Instance of 'CompilerInfo' has no 'mach_opt' member (no-member)
E:924,20: Instance of 'CompilerInfo' has no 'mach_opt' member (no-member)
E:924,43: Instance of 'CompilerInfo' has no 'mach_opt' member (no-member)
E:925,24: Instance of 'CompilerInfo' has no 'mach_opt' member (no-member)
E:929,12: Instance of 'CompilerInfo' has no 'mach_opt' member (no-member)
C:931, 4: Missing method docstring (missing-docstring)
W:941,-1: String statement has no effect (pointless-string-statement)
C:942, 4: Missing method docstring (missing-docstring)
C:943, 8: Missing function docstring (missing-docstring)
E:945,22: Instance of 'CompilerInfo' has no 'shared_flags' member (no-member)
E:947,26: Instance of 'CompilerInfo' has no 'visibility_build_flags' member (no-member)
C:951, 4: Missing method docstring (missing-docstring)
E:953,19: Instance of 'CompilerInfo' has no 'visibility_attribute' member (no-member)
W:958,-1: String statement has no effect (pointless-string-statement)
C:959, 4: Missing method docstring (missing-docstring)
W:960, 8: Redefining built-in 'all' (redefined-builtin)
C:960, 8: Missing function docstring (missing-docstring)
E:972,15: Instance of 'CompilerInfo' has no 'coverage_flags' member (no-member)
E:973,65: Instance of 'CompilerInfo' has no 'basename' member (no-member)
E:974,28: Instance of 'CompilerInfo' has no 'coverage_flags' member (no-member)
E:977,15: Instance of 'CompilerInfo' has no 'sanitizer_flags' member (no-member)
E:978,66: Instance of 'CompilerInfo' has no 'basename' member (no-member)
E:979,28: Instance of 'CompilerInfo' has no 'sanitizer_flags' member (no-member)
E:983,66: Instance of 'CompilerInfo' has no 'basename' member (no-member)
E:988,69: Instance of 'CompilerInfo' has no 'basename' member (no-member)
C:1000, 4: Missing method docstring (missing-docstring)
C:1001, 8: Missing function docstring (missing-docstring)
E:1002,18: Instance of 'CompilerInfo' has no 'warning_flags' member (no-member)
E:1004,22: Instance of 'CompilerInfo' has no 'maintainer_warning_flags' member (no-member)
C:1008, 4: Missing method docstring (missing-docstring)
C:1009, 8: Missing function docstring (missing-docstring)
E:1010,18: Instance of 'CompilerInfo' has no 'lang_flags' member (no-member)
E:1013,22: Instance of 'CompilerInfo' has no 'debug_info_flags' member (no-member)
E:1017,23: Instance of 'CompilerInfo' has no 'size_optimization_flags' member (no-member)
E:1018,30: Instance of 'CompilerInfo' has no 'size_optimization_flags' member (no-member)
E:1021,30: Instance of 'CompilerInfo' has no 'optimization_flags' member (no-member)
E:1023,26: Instance of 'CompilerInfo' has no 'optimization_flags' member (no-member)
C:1025,12: Missing function docstring (missing-docstring)
R:1041, 4: Method could be a function (no-self-use)
W:1049,-1: String statement has no effect (pointless-string-statement)
C:1050, 4: Missing method docstring (missing-docstring)
C:1051,12: Invalid variable name "s" (invalid-name)
E:1056,29: Instance of 'CompilerInfo' has no 'infofile' member (no-member)
W:1060,-1: String statement has no effect (pointless-string-statement)
C:1061, 4: Missing method docstring (missing-docstring)
C:1062,12: Invalid variable name "s" (invalid-name)
W:1070,-1: String statement has no effect (pointless-string-statement)
C:1071, 4: Missing method docstring (missing-docstring)
E:1072,39: Instance of 'CompilerInfo' has no 'macro_name' member (no-member)
C:1074, 0: Missing class docstring (missing-docstring)
E:1107,67: Instance of 'OsInfo' has no 'infofile' member (no-member)
E:1109,46: Instance of 'OsInfo' has no 'soname_suffix' member (no-member)
E:1110,73: Instance of 'OsInfo' has no 'soname_suffix' member (no-member)
C:1118, 4: Missing method docstring (missing-docstring)
C:1121, 4: Missing method docstring (missing-docstring)
C:1122, 8: Invalid variable name "r" (invalid-name)
C:1123, 8: Invalid variable name "r" (invalid-name)
E:1123,35: Instance of 'OsInfo' has no 'basename' member (no-member)
E:1125,11: Instance of 'OsInfo' has no 'os_type' member (no-member)
C:1126,12: Invalid variable name "r" (invalid-name)
E:1126,44: Instance of 'OsInfo' has no 'os_type' member (no-member)
C:1128, 8: Missing function docstring (missing-docstring)
E:1129,24: Instance of 'OsInfo' has no 'target_features' member (no-member)
E:1133,31: Instance of 'OsInfo' has no 'target_features' member (no-member)
C:1136, 8: Invalid variable name "r" (invalid-name)
E:1098,11: Access to member 'soname_pattern_base' before its definition line 1110 (access-member-before-definition)
E:1100,44: Access to member 'soname_pattern_base' before its definition line 1110 (access-member-before-definition)
E:1101,48: Access to member 'soname_pattern_base' before its definition line 1110 (access-member-before-definition)
E:1109,11: Access to member 'soname_pattern_base' before its definition line 1110 (access-member-before-definition)
E:1099,15: Access to member 'soname_pattern_patch' before its definition line 1100 (access-member-before-definition)
E:1099,51: Access to member 'soname_pattern_abi' before its definition line 1111 (access-member-before-definition)
E:1103,17: Access to member 'soname_pattern_abi' before its definition line 1111 (access-member-before-definition)
E:1103,51: Access to member 'soname_pattern_abi' before its definition line 1111 (access-member-before-definition)
C:1139, 0: Missing function docstring (missing-docstring)
C:1145, 0: Missing function docstring (missing-docstring)
W:1157, 4: Specify string format arguments as logging function parameters (logging-not-lazy)
W:1163,16: Specify string format arguments as logging function parameters (logging-not-lazy)
C:1167, 0: Missing function docstring (missing-docstring)
C:1178,38: Invalid variable name "f" (invalid-name)
W:1186,24: Specify string format arguments as logging function parameters (logging-not-lazy)
C:1195, 0: Missing function docstring (missing-docstring)
W:1198, 8: Redefining built-in 'input' (redefined-builtin)
W:1206,19: Catching too general exception Exception (broad-except)
W:1204,20: Specify string format arguments as logging function parameters (logging-not-lazy)
C:1206,12: Invalid variable name "e" (invalid-name)
W:1207,16: Specify string format arguments as logging function parameters (logging-not-lazy)
W:1206,12: Unused variable 'e' (unused-variable)
W:1213,-1: String statement has no effect (pointless-string-statement)
C:1214, 0: Missing function docstring (missing-docstring)
W:1222,-1: String statement has no effect (pointless-string-statement)
C:1223, 0: Missing function docstring (missing-docstring)
C:1224, 4: Missing class docstring (missing-docstring)
C:1230, 4: Invalid variable name "e" (invalid-name)
C:1232, 4: Invalid variable name "e" (invalid-name)
C:1235, 0: Missing function docstring (missing-docstring)
C:1239, 0: Missing function docstring (missing-docstring)
C:1241, 4: Missing function docstring (missing-docstring)
W:1243,17: Redefining built-in 'dir' (redefined-builtin)
W:1249,20: Unnecessary pass statement (unnecessary-pass)
W:1246,20: Unused variable 'param' (unused-variable)
C:1252, 4: Missing function docstring (missing-docstring)
W:1254,17: Redefining built-in 'dir' (redefined-builtin)
W:1260,20: Unnecessary pass statement (unnecessary-pass)
W:1257,20: Unused variable 'param' (unused-variable)
C:1263, 4: Missing function docstring (missing-docstring)
W:1265,17: Redefining built-in 'dir' (redefined-builtin)
W:1265,17: Unused variable 'dir' (unused-variable)
C:1268, 4: Invalid variable name "f" (invalid-name)
C:1317, 0: Invalid argument name "cc" (invalid-name)
C:1317, 0: Missing function docstring (missing-docstring)
R:1317, 0: Too many arguments (7/5) (too-many-arguments)
R:1317, 0: Too many local variables (16/15) (too-many-locals)
C:1318, 4: Invalid argument name "cc" (invalid-name)
C:1318, 4: Missing function docstring (missing-docstring)
C:1327, 4: Invalid argument name "cc" (invalid-name)
C:1327, 4: Missing function docstring (missing-docstring)
C:1329, 8: Missing function docstring (missing-docstring)
C:1350, 4: Missing function docstring (missing-docstring)
W:1352,13: Redefining built-in 'dir' (redefined-builtin)
C:1374,16: Missing function docstring (missing-docstring)
C:1375,20: Missing function docstring (missing-docstring)
W:1395,-1: String statement has no effect (pointless-string-statement)
C:1396, 4: Missing function docstring (missing-docstring)
C:1410, 8: Invalid variable name "t" (invalid-name)
W:1420,-1: String statement has no effect (pointless-string-statement)
C:1421, 0: Invalid argument name "cc" (invalid-name)
C:1421, 0: Missing function docstring (missing-docstring)
W:1493, 4: Redefining built-in 'vars' (redefined-builtin)
R:1421, 0: Too many arguments (6/5) (too-many-arguments)
R:1421, 0: Too many local variables (16/15) (too-many-locals)
C:1422, 4: Missing function docstring (missing-docstring)
W:1427,-1: String statement has no effect (pointless-string-statement)
C:1428, 4: Missing function docstring (missing-docstring)
W:1433,-1: String statement has no effect (pointless-string-statement)
C:1434, 4: Missing function docstring (missing-docstring)
C:1437, 4: Missing function docstring (missing-docstring)
C:1451, 4: Missing function docstring (missing-docstring)
W:1453, 8: Specify string format arguments as logging function parameters (logging-not-lazy)
C:1456, 4: Missing function docstring (missing-docstring)
C:1461, 4: Invalid argument name "os" (invalid-name)
C:1461, 4: Missing function docstring (missing-docstring)
W:1461,23: Redefining name 'os' from outer scope (line 23) (redefined-outer-name)
W:1467,16: Using deprecated method warn() (deprecated-method)
W:1467,16: Specify string format arguments as logging function parameters (logging-not-lazy)
C:1470, 4: Missing function docstring (missing-docstring)
W:1472,17: Unused variable 'line' (unused-variable)
C:1476, 4: Missing function docstring (missing-docstring)
C:1479,12: Invalid variable name "p" (invalid-name)
W:1654,-1: String statement has no effect (pointless-string-statement)
C:1655, 0: Missing function docstring (missing-docstring)
R:1655, 0: Too many local variables (20/15) (too-many-locals)
C:1664, 4: Missing function docstring (missing-docstring)
C:1667, 4: Missing function docstring (missing-docstring)
W:1681,12: Specify string format arguments as logging function parameters (logging-not-lazy)
W:1685,12: Specify string format arguments as logging function parameters (logging-not-lazy)
W:1694,20: Specify string format arguments as logging function parameters (logging-not-lazy)
W:1696,20: Specify string format arguments as logging function parameters (logging-not-lazy)
W:1703,20: Specify string format arguments as logging function parameters (logging-not-lazy)
W:1708,20: Specify string format arguments as logging function parameters (logging-not-lazy)
W:1742,16: Specify string format arguments as logging function parameters (logging-not-lazy)
C:1772,19: Comparison to False should be 'not expr' or 'expr is False' (singleton-comparison)
W:1787,12: Specify string format arguments as logging function parameters (logging-not-lazy)
W:1796,12: Specify string format arguments as logging function parameters (logging-not-lazy)
W:1798,12: Specify string format arguments as logging function parameters (logging-not-lazy)
R:1655, 0: Too many branches (51/12) (too-many-branches)
R:1655, 0: Too many statements (94/50) (too-many-statements)
W:1807,-1: String statement has no effect (pointless-string-statement)
C:1808, 0: Missing function docstring (missing-docstring)
C:1812, 4: Missing function docstring (missing-docstring)
W:1827,12: Specify string format arguments as logging function parameters (logging-not-lazy)
W:1831, 4: Specify string format arguments as logging function parameters (logging-not-lazy)
W:1836,-1: String statement has no effect (pointless-string-statement)
C:1837, 0: Missing function docstring (missing-docstring)
W:1840, 8: Specify string format arguments as logging function parameters (logging-not-lazy)
W:1855,-1: String statement has no effect (pointless-string-statement)
C:1856, 0: Missing function docstring (missing-docstring)
R:1856, 0: Too many local variables (28/15) (too-many-locals)
C:1857, 4: Missing function docstring (missing-docstring)
C:1884, 4: Invalid class name "Amalgamation_Generator" (invalid-name)
C:1884, 4: Missing class docstring (missing-docstring)
C:1891,16: Invalid variable name "f" (invalid-name)
W:1895,23: Catching too general exception Exception (broad-except)
C:1895,16: Invalid variable name "e" (invalid-name)
W:1896,20: Specify string format arguments as logging function parameters (logging-not-lazy)
C:1907, 8: Missing method docstring (missing-docstring)
C:1921,24: Invalid variable name "c" (invalid-name)
R:1884, 4: Too few public methods (1/2) (too-few-public-methods)
W:1936, 4: Specify string format arguments as logging function parameters (logging-not-lazy)
C:1978, 4: Missing function docstring (missing-docstring)
W:1981, 8: Specify string format arguments as logging function parameters (logging-not-lazy)
C:1982, 8: Invalid variable name "f" (invalid-name)
R:1856, 0: Too many branches (17/12) (too-many-branches)
W:2041,-1: String statement has no effect (pointless-string-statement)
C:2042, 0: Missing function docstring (missing-docstring)
C:2044, 4: Missing function docstring (missing-docstring)
W:2048,12: Specify string format arguments as logging function parameters (logging-not-lazy)
W:2060, 4: Specify string format arguments as logging function parameters (logging-not-lazy)
W:2065,-1: String statement has no effect (pointless-string-statement)
C:2066, 0: Missing function docstring (missing-docstring)
W:2317, 8: Redefining built-in 'dir' (redefined-builtin)
R:2066, 0: Too many local variables (41/15) (too-many-locals)
C:2070, 4: Missing class docstring (missing-docstring)
C:2078, 4: Invalid variable name "lh" (invalid-name)
C:2084, 4: Missing function docstring (missing-docstring)
W:2093, 4: Specify string format arguments as logging function parameters (logging-not-lazy)
W:2096, 4: Specify string format arguments as logging function parameters (logging-not-lazy)
C:2109, 4: Missing function docstring (missing-docstring)
W:2110,22: Unused variable 'dirnames' (unused-variable)
C:2118, 4: Missing function docstring (missing-docstring)
W:2127,12: Specify string format arguments as logging function parameters (logging-not-lazy)
W:2129,12: Specify string format arguments as logging function parameters (logging-not-lazy)
W:2129,89: Used builtin function 'map'. Using a list comprehension can be clearer. (bad-builtin)
W:2175, 8: Specify string format arguments as logging function parameters (logging-not-lazy)
W:2196, 8: Specify string format arguments as logging function parameters (logging-not-lazy)
C:2205, 8: Invalid argument name "os" (invalid-name)
C:2205, 8: Missing function docstring (missing-docstring)
W:2205,35: Redefining name 'os' from outer scope (line 23) (redefined-outer-name)
W:2219, 8: Specify string format arguments as logging function parameters (logging-not-lazy)
W:2228,12: Specify string format arguments as logging function parameters (logging-not-lazy)
W:2231,12: Specify string format arguments as logging function parameters (logging-not-lazy)
W:2233, 4: Specify string format arguments as logging function parameters (logging-not-lazy)
C:2236, 4: Invalid variable name "cc" (invalid-name)
W:2261, 8: Specify string format arguments as logging function parameters (logging-not-lazy)
E:2261,91: Undefined variable 'self' (undefined-variable)
C:2266, 8: Invalid variable name "m" (invalid-name)
W:2268,12: Specify string format arguments as logging function parameters (logging-not-lazy)
W:2279, 4: Specify string format arguments as logging function parameters (logging-not-lazy)
C:2284, 4: Missing function docstring (missing-docstring)
C:2296, 4: Missing function docstring (missing-docstring)
C:2301,12: Invalid variable name "e" (invalid-name)
W:2308,20: Using possibly undefined loop variable 'dir' (undefined-loop-variable)
C:2313, 4: Invalid variable name "e" (invalid-name)
W:2315,12: Specify string format arguments as logging function parameters (logging-not-lazy)
C:2320, 8: Invalid variable name "e" (invalid-name)
W:2322,16: Specify string format arguments as logging function parameters (logging-not-lazy)
C:2324, 4: Missing function docstring (missing-docstring)
C:2326,12: Invalid variable name "f" (invalid-name)
C:2331, 4: Invalid argument name "p" (invalid-name)
C:2331, 4: Missing function docstring (missing-docstring)
C:2333, 4: Invalid argument name "p" (invalid-name)
C:2333, 4: Missing function docstring (missing-docstring)
C:2347, 4: Missing function docstring (missing-docstring)
W:2347,30: Redefining built-in 'type' (redefined-builtin)
W:2347,36: Redefining built-in 'dir' (redefined-builtin)
W:2348, 8: Specify string format arguments as logging function parameters (logging-not-lazy)
C:2353,12: Invalid variable name "e" (invalid-name)
C:2366,79: Invalid variable name "f" (invalid-name)
C:2379, 4: Missing function docstring (missing-docstring)
W:2384, 4: Specify string format arguments as logging function parameters (logging-not-lazy)
R:2066, 0: Too many branches (50/12) (too-many-branches)
W:2396,11: Catching too general exception Exception (broad-except)
C:2396, 4: Invalid variable name "e" (invalid-name)
C:2397, 8: Import "import traceback" should be placed at the top of the module (wrong-import-position)
C:2397, 8: standard import "import traceback" comes before "import botan_version" (wrong-import-order)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment