Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
Odin-max committed Jan 1, 2025
1 parent 22eab25 commit 89d3f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def format_single_linter_file(file_path: str, errors: list) -> dict:
for error in errors
],
"path": file_path,
"status": "failed" if errors else "passed",
"status": "failed" if errors else "passed",
}


Expand Down

0 comments on commit 89d3f5c

Please sign in to comment.