Skip to content

Commit

Permalink
Linter Test 26
Browse files Browse the repository at this point in the history
  • Loading branch information
onurulgen committed Feb 12, 2024
1 parent 85407f8 commit 41c20a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/code_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def create_comment_for_output(tool_output, files_changed_in_pr, output_to_consol
was_note = False

for line in tool_output:
if not is_excluded_dir(line):
if not line[0].isspace() and not is_excluded_dir(line):
(
file_path,
is_note,
Expand Down
2 changes: 1 addition & 1 deletion niftyreg_build_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
448
449

0 comments on commit 41c20a6

Please sign in to comment.