Skip to content

Commit

Permalink
clean-up code
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed May 31, 2024
1 parent d1ec6f8 commit 4d7308f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions megalinter/utilstest.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ def test_linter_success(linter, test_self):
len(mega_linter.linters) > 0, "Linters have been created and run"
)
# Check console output
logging.info(f">>> LLA descriptor_id {linter.linter_name} linter_name {linter.linter_name} ")

if linter.cli_lint_mode == "file":
if len(linter.file_names_regex) > 0 and len(linter.file_extensions) == 0:
test_self.assertRegex(
Expand Down

0 comments on commit 4d7308f

Please sign in to comment.