mirror of https://github.com/apache/jclouds.git
Enforce that interfaces are types via Checkstyle
This commit is contained in:
parent
200481300d
commit
b9f54a3301
|
@ -30,6 +30,7 @@
|
|||
<module name="IllegalInstantiation">
|
||||
<property name="classes" value="java.lang.Boolean,java.lang.Short,java.lang.Integer,java.lang.Long"/>
|
||||
</module>
|
||||
<module name="InterfaceIsType"/>
|
||||
<!--
|
||||
jclouds prefers 120 character line lengths but has many files with
|
||||
longer lines
|
||||
|
|
Loading…
Reference in New Issue