Skip to content

Commit

Permalink
Switch chplcheck to use new files_with_stdlib_contexts
Browse files Browse the repository at this point in the history
From #25326

Signed-off-by: Anna Rift <[email protected]>
  • Loading branch information
riftEmber committed Jun 20, 2024
1 parent c79dfc8 commit 66a7853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/chplcheck/src/chplcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def main():

printed_warning = False

for filename, context in chapel.files_with_contexts(args.filenames):
for filename, context in chapel.files_with_stdlib_contexts(args.filenames):
context.set_module_paths([], [])

# Silence errors, warnings etc. -- we're just linting.
Expand Down

0 comments on commit 66a7853

Please sign in to comment.