Open risoms opened 4 days ago
Is it possible to comment a section of code, to not be evaluated by the Nextflow linter? This is in the same vein as the #noqa comment code to ignore Python PEP8 warnings?
#noqa
There is no way to suppress things on specific lines
Can you give an example of a warning you'd like to suppress?
Is it possible to comment a section of code, to not be evaluated by the Nextflow linter? This is in the same vein as the
#noqa
comment code to ignore Python PEP8 warnings?