Skip to content

Commit ab042d6

Browse files
committed
Add scapegoat scala compiler plugin
1 parent 4284744 commit ab042d6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

labs/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,16 @@
221221
<args>
222222
<arg>-unchecked</arg>
223223
<arg>-deprecation</arg>
224+
<arg>-P:scapegoat:dataDir:target/scapegoat</arg>
224225
</args>
225226
<scalaVersion>${scala.version}</scalaVersion>
227+
<compilerPlugins>
228+
<compilerPlugin>
229+
<groupId>com.sksamuel.scapegoat</groupId>
230+
<artifactId>scalac-scapegoat-plugin_2.11</artifactId>
231+
<version>0.3.0</version>
232+
</compilerPlugin>
233+
</compilerPlugins>
226234
</configuration>
227235
</plugin>
228236

0 commit comments

Comments
 (0)