自動レビュー
This commit is contained in:
parent
3ed1efbbe0
commit
02d6d34b02
@ -77,10 +77,10 @@ class GenerateLinter:
|
||||
data = json.load(f)
|
||||
|
||||
with open(self.output_file, "w") as f:
|
||||
report_body = self._genarate_lint_report(data)
|
||||
f.write(report_body)
|
||||
# report = {"body": self._genarate_lint_report(data)}
|
||||
# json.dump(report, f, ensure_ascii=False, indent=4)
|
||||
# report_body = self._genarate_lint_report(data)
|
||||
# f.write(report_body)
|
||||
report = {"body": self._genarate_lint_report(data)}
|
||||
json.dump(report, f, ensure_ascii=False, indent=4)
|
||||
|
||||
print(f"Linter report generated: {self.output_file}")
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user