bee icon indicating copy to clipboard operation
bee copied to clipboard

enable paralleltest lint check

Open vladopajic opened this issue 3 years ago • 1 comments

In the commit af3ba87 paralleltest lint check was disabled for entire repository. Instead of disabling it for entire repository it should be disabled only for specific folders.

vladopajic avatar Feb 21 '23 12:02 vladopajic

So this is done on purpose. There is no point maintaining this list of packages to exclude the paralleltest. Instead the check used here is a more lenient one as it only checks for correct usage and doesnt make it compulsory. There are tests in this package which will not be rewritten for parallel test usecase.

aloknerurkar avatar Feb 27 '23 09:02 aloknerurkar