buildfoundation / bazel_rules_detekt

Bazel rules for Detekt (Kotlin static analysis tool)
Apache License 2.0
29 stars 8 forks source link

Don't build manual targets on CI #162

Closed Bencodes closed 1 year ago

Bencodes commented 1 year ago

Some of the rules_detekt targets aren't supposed to actually be built as part of CI and will just produce errors.

To support //... i'm going to mark the targets that are used for test scenarios as manual and set --test_tag_filters=-manual in the default bazelrc so that these targets are skipped over while looking for tests to evaluate.

Long term this rule set should just move over to https://github.com/bazel-contrib/rules_bazel_integration_test