Tag: scalac

-Ywarn-unused-import触发播放路由文件

我希望能够使用-Xfatal-warnings和-Ywarn-unused-import ,问题是编译器在包含我的应用程序的播放path的文件上触发错误: [error] /path/to/app/conf/routes: Unused import [error] /path/to/app/conf/routes: Unused import [error] /path/to/app/conf/routes:1: Unused import [error] GET /document/:id my.app.controllers.MyController.getById(id: Int) 其他路线也一样。 是否有可能告诉scalac忽略文件? 斯卡拉版本是2.11.8 。