Checkstyle is skipped for o.a.c.m3.optimization.direct.BOBYQAOptimizer (MATH-746).
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1244855 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2812744c9c
commit
0c919d42ac
|
@ -188,6 +188,9 @@
|
|||
<property name="onCommentFormat" value="CHECKSTYLE\: resume DeclarationOrder"/>
|
||||
<property name="checkFormat" value="DeclarationOrder"/>
|
||||
</module>
|
||||
|
||||
<module name="SuppressionCommentFilter">
|
||||
<property name="offCommentFormat" value="CHECKSTYLE\: stop all"/>
|
||||
<property name="onCommentFormat" value="CHECKSTYLE\: resume all"/>
|
||||
</module>
|
||||
</module>
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// CHECKSTYLE: stop all
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
|
|
Loading…
Reference in New Issue