Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A way to filter RuleSets #346

Open
armanbilge opened this issue Jul 1, 2022 · 1 comment
Open

A way to filter RuleSets #346

armanbilge opened this issue Jul 1, 2022 · 1 comment

Comments

@armanbilge
Copy link
Member

An idea from Michael: .filter(_.id != "...")

This would make it easy to skip tests in certain situations e.g. typelevel/cats#4263

@armanbilge
Copy link
Member Author

armanbilge commented Jan 14, 2023

I gave this a try in 57b4acd but I'm not crazy about it. I feel like adding a checkFilter variant to checkAll in e.g. discipline-munit would be cleaner.

https://github.com/typelevel/discipline-munit/blob/0fa812cdee3d310a51906054bc56d3412e6c49cd/core/shared/src/main/scala/munit/DisciplineSuite.scala#L41-L43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant