Skip to content

Commit

Permalink
Update analyzer/codechecker_analyzer/cmd/analyze.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kristóf Umann <dkszelethus@gmail.com>
  • Loading branch information
noraz31 and Szelethus authored Apr 11, 2024
1 parent d851e60 commit 11dc7da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions analyzer/codechecker_analyzer/cmd/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,8 +865,7 @@ def is_checker_config_valid(checker_conf: List[CheckerConfig]) -> bool:
f"--checker-config' command to see available checkers."
)
return False
else:
return True
return True


def get_affected_file_paths(
Expand Down

0 comments on commit 11dc7da

Please sign in to comment.