From 1feae964e369a010d8d4c69a9c522908e3c5354f Mon Sep 17 00:00:00 2001 From: Stephen Compall Date: Mon, 20 Jul 2020 17:32:42 -0400 Subject: [PATCH] revert -Xlint:doc-detached - there are a lot of these fixes, and they are noisy, so shifting to a separate PR - thanks to @leo-da for pointing out --- bazel_tools/scala.bzl | 1 - 1 file changed, 1 deletion(-) diff --git a/bazel_tools/scala.bzl b/bazel_tools/scala.bzl index ffb0370342..72a72a32a4 100644 --- a/bazel_tools/scala.bzl +++ b/bazel_tools/scala.bzl @@ -53,7 +53,6 @@ common_scalacopts = [ "-Xlint:missing-interpolator", "-Xlint:by-name-right-associative", # will never be by-name if used correctly "-Xlint:constant", # / 0 - "-Xlint:doc-detached", # floating Scaladoc comment "-Xlint:inaccessible", # method uses invisible types "-Xlint:infer-any", # less thorough but less buggy version of the Any wart "-Xlint:option-implicit", # implicit conversion arg might be null