Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abhikdps authored Jan 30, 2025
1 parent b6492f9 commit 35f6017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansiblelint/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def main(argv: list[str] | None = None) -> int:
argv = sys.argv

with warnings.catch_warnings(record=True) as warns:
# no not use "ignore" as we will miss to collect them
# do not use "ignore" as we will miss to collect them
warnings.simplefilter(action="default")

cache_dir_lock = initialize_options(argv[1:])
Expand Down

0 comments on commit 35f6017

Please sign in to comment.