Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Jun 6, 2024
1 parent 9cd5a7b commit 05c44a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planemo/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def build_lint_args(ctx, **kwds):
continue
skip_types.append(line)

linters = Linter.list_listers()
linters = Linter.list_linters()
invalid_skip_types = list(set(skip_types) - set(linters))
if len(invalid_skip_types):
error(f"Unknown linter type(s) {invalid_skip_types} in list of linters to be skipped. Known linters {linters}")
Expand Down

0 comments on commit 05c44a7

Please sign in to comment.