We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ebb19 commit ba3e328Copy full SHA for ba3e328
cli/main.py
@@ -214,8 +214,6 @@ def analyze(
214
# output in JSON format if flag
215
if json_output:
216
import json
217
- # Add filename to results
218
- results["filename"] = file
219
print(json.dumps(results, indent=2))
220
else:
221
# only print the selected stats in normal mode
0 commit comments