saif-deepsource / apkleaks

Errors detected in .deepsource.toml.

Unused variable found PYL-W0612
Anti-pattern
Major
3 years ago3 years old
Unused variable 'lineno'
101				if mimetypes.guess_type(filepath)[0] is None:
102					continue
103				with open(filepath) as handle:
104					for lineno, line in enumerate(handle):105						mo = matcher.search(line)
106						if mo:
107							found.append(mo.group())