Skip to content

Commit

Permalink
enable strict_deps on scala_library targets (0)
Browse files Browse the repository at this point in the history
Summary: This is the first patch to generally enable strict_deps on all scala_library targets in source repo.

Differential Revision: https://phabricator.twitter.biz/D64425
  • Loading branch information
Yujie Chen authored and jenkins committed Jun 22, 2017
1 parent bdc6a7f commit 5b4839b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions finagle-base-http/src/main/scala/BUILD
Expand Up @@ -18,4 +18,7 @@ scala_library(
fatal_warnings=True,
sources=rglobs('*.scala'),
strict_deps=True,
exports=[
'3rdparty/jvm/io/netty',
],
)
3 changes: 3 additions & 0 deletions finagle-http/src/main/scala/BUILD
Expand Up @@ -26,4 +26,7 @@ scala_library(
fatal_warnings=True,
sources=rglobs('*.scala'),
strict_deps=True,
exports=[
'finagle/finagle-base-http',
],
)

0 comments on commit 5b4839b

Please sign in to comment.