Open
Description
LGTM classifies files and then omits files with a classifier from the results. This also includes test code.
However, often queries are explicitly written for test code, because broken test code can be nearly as problematic as broken production code. For the Java library there even exists an Assertions
module covering some unit test classes and methods.
It would therefore be good if queries could, for example as part of their metadata, specify that their results should also be reported for code classified as test.