Skip to content

Conversation

hunterckx
Copy link
Collaborator

Very minimal (just adding a new value to the enum and a placeholder case to the switch statement), but I think this is all that's useful to do unless we have a specific plan for what the relevant input and output to paramVariableToRequestValue needs to look like

Hopefully I spelled "Sanger" correctly -- I think it's misspelled in the ticket

@@ -58,7 +58,8 @@
"jsdoc/check-alignment": "error",
"jsdoc/check-param-names": "error",
"react-hooks/exhaustive-deps": "error",
"sonarjs/redundant-type-aliases": "warn"
"sonarjs/redundant-type-aliases": "warn",
"sonarjs/todo-tag": "warn"
Copy link
Collaborator Author

@hunterckx hunterckx Apr 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I put in a TODO comment on the placeholder switch case, so I had to add this so that ESLint would allow me to make a commit

(To be clear this is how we've handled this ESLint rule in other apps)

Copy link
Collaborator

@NoopDog NoopDog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @hunterckx

@NoopDog NoopDog merged commit 8b08415 into main Apr 4, 2025
2 checks passed
@NoopDog NoopDog deleted the hunter/459-sanger-read-run-workflow-variable branch April 4, 2025 05:53
@dannon dannon added the feat label Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants