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
This commit is contained in:
Stephen Compall 2020-07-20 17:32:42 -04:00
parent 11ccd89664
commit 1feae964e3

View File

@ -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