Skip to content

Commit

Permalink
Linter Test 11
Browse files Browse the repository at this point in the history
  • Loading branch information
onurulgen committed Feb 12, 2024
1 parent cfa8ec5 commit 584b83d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/code_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ def create_comment_for_output(tool_output, prefix, files_changed_in_pr, output_t
was_note = is_note
new_line = generate_output(is_note, file_path, file_line_start, file_line_end, description)

global CURRENT_COMMENT_LENGTH
if check_for_char_limit(new_line):
per_issue_string = append_issue(is_note, per_issue_string, new_line, list_of_issues)
CURRENT_COMMENT_LENGTH += len(new_line)
Expand Down
2 changes: 1 addition & 1 deletion niftyreg_build_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
433
434

0 comments on commit 584b83d

Please sign in to comment.