JetBrains-Research / snakecharm

Plugin for PyCharm / IntelliJ IDEA Platform IDEs which adds support for Snakemake language.
MIT License
61 stars 7 forks source link

Cache and bechmark are not reported as an error #525

Open Xewar313 opened 2 months ago

Xewar313 commented 2 months ago

Snakemake does not allow setting benchmark and cache for the same rule - it should be reported as error, but snakecharm does not detect it https://github.com/snakemake/snakemake/pull/2335 image