Skip to content

Bump galaxy packages to allow for 24.0#1441

Merged
mvdbeek merged 5 commits intogalaxyproject:masterfrom
bernt-matthias:24.0
May 7, 2024
Merged

Bump galaxy packages to allow for 24.0#1441
mvdbeek merged 5 commits intogalaxyproject:masterfrom
bernt-matthias:24.0

Conversation

@bernt-matthias
Copy link
Collaborator

No description provided.

bernt-matthias added a commit to bernt-matthias/galaxy that referenced this pull request May 3, 2024
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
galaxyproject/planemo#1441 (comment).

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.
bernt-matthias added a commit to bernt-matthias/galaxy that referenced this pull request May 3, 2024
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
galaxyproject/planemo#1441 (comment).

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.
bernt-matthias added a commit to bernt-matthias/galaxy that referenced this pull request May 3, 2024
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
galaxyproject/planemo#1441 (comment).

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.
Since they each had linting issues
@mvdbeek mvdbeek merged commit ece1fed into galaxyproject:master May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants