Skip to content

Commit

Permalink
Revert to zero-based for annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Nov 27, 2023
1 parent ffe7870 commit 8d554d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tested/languages/bash/linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def run_shellcheck(
cols = 1
annotations.append(
AnnotateCode(
row=start_row + config.source_offset,
row=start_row + config.source_offset - 1,
rows=rows,
text=text,
externalUrl=external,
Expand Down

0 comments on commit 8d554d1

Please sign in to comment.