Fix quoting and undercore unused variables#724
Conversation
jfy133
left a comment
There was a problem hiding this comment.
This one I can do from my phone :D
LGTM and definitely good to start doing the clean up of the code to make linting happy.
I was actually wondering if just before release we do one last PR (which I want to cut when your other big PR is in), of just fixes to make the language server and nf-core linting happy (we have a lot of warnings, particularly in the local modules). Do you think that would be worth it?
But for now this can be merged once you've added yourself to the contributors list on the README!
Sure, I don't like seeing red things in the editor hahaha. I can give it a shot. |
When I was looking at the code, I noticed some incorrectly placed quotes and corrected them. Additionally, I prefixed unused variables in this file with
_to suppress warnings reported by the language server.PR checklist
nf-core pipelines lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).