Skip to content

Commit

Permalink
[FLINK-2963] Forbid commons lang 3 SerializationUtils as well
Browse files Browse the repository at this point in the history
  • Loading branch information
rmetzger committed Dec 7, 2015
1 parent e8734b2 commit 868f97c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/maven/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ under the License.
<property name="illegalPattern" value="true"/>
<property name="message" value="Use Flink's InstantiationUtil instead of common's SerializationUtils"/>
</module>
<module name="Regexp">
<property name="format" value="org\.apache\.commons\.lang3\.SerializationUtils"/>
<property name="illegalPattern" value="true"/>
<property name="message" value="Use Flink's InstantiationUtil instead of common's SerializationUtils"/>
</module>
<module name="NeedBraces">
<property name="tokens" value="LITERAL_IF, LITERAL_ELSE"/>
</module>
Expand Down

0 comments on commit 868f97c

Please sign in to comment.