Skip to content

Commit

Permalink
Add issue link.
Browse files Browse the repository at this point in the history
Signed-off-by: Danila Fedorin <[email protected]>
  • Loading branch information
DanilaFe committed Jun 10, 2024
1 parent 8bb78ca commit 2e74063
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/chplcheck/src/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ def might_incorrectly_report_location(node: AstNode) -> bool:

# some NamedDecl nodes currently use the name as the location, which
# does not indicate their actual indentation.
#
# https://github.com/chapel-lang/chapel/issues/25208
if isinstance(node, (VarLikeDecl, TupleDecl, ForwardingDecl)):
return True

Expand Down

0 comments on commit 2e74063

Please sign in to comment.