Files
galaxy/test
Matthias Bernt 07aa429ff6 linting: restore possibiity to skip old linter function names
until 23.2 we had linter functions lint_xyz in linter modules xyz.
with 24.0 we splited the functions linter classes.

lint contexts allow to skip linters by name (xyz for the old functions
now the class name), i.e. we can not skip by the old names anymore.
this may break planemo command lines xref
https://github.com/galaxyproject/planemo/pull/1441#discussion_r1587995463.

here I suggest to add a check for the module name against the names
listed in the skip list. this restores the possibility to skip by old
linter names and adds the possibility to skip whole linter modules
(which might be handy anyway).

tried to add some tests that hopefully help to maintain this
functionality.
2024-05-03 13:05:15 +02:00
..
2023-01-26 13:45:42 -05:00
2022-02-03 07:42:20 -05:00