nextflow-io / vscode-language-nextflow

Nextflow language support for Visual Studio Editor
MIT License
32 stars 14 forks source link

Prevent evaluating subsets of code #55

Open risoms opened 4 days ago

risoms commented 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?

bentsherman commented 4 days ago

There is no way to suppress things on specific lines

bentsherman commented 4 days ago

Can you give an example of a warning you'd like to suppress?