Skip to content

Lots of unchecked warnings coming from the dependency analyzer #1134

@sjoerdvisscher

Description

@sjoerdvisscher

I'm seeing a lot of these warnings in the bazel build output:

INFO: From scala @io_bazel_rules_scala//third_party/dependency_analyzer/src/main:scala_version:
external/io_bazel_rules_scala/third_party/dependency_analyzer/src/main/io/bazel/rulesscala/dependencyanalyzer/ScalaVersion.scala:68: warning: abstract type pattern c.universe.Literal is unchecked since it is eliminated by erasure
        case u.Literal(u.Constant(s: String)) =>
                      ^

How can I hide these warnings?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions