checkstyle-suppressions.xml: make paths work on windows
This commit is contained in:
parent
99900ae089
commit
e702828e7b
|
@ -15,9 +15,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN" "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
|
||||
<suppressions>
|
||||
<suppress checks="JavadocMethod" files=".*/test/.*"/>
|
||||
<suppress checks="JavadocPackage" files=".*/test/.*"/>
|
||||
<suppress checks="JavadocMethod" files=".*[/\\]test[/\\].*"/>
|
||||
<suppress checks="JavadocPackage" files=".*[/\\]test[/\\].*"/>
|
||||
</suppressions>
|
||||
|
|
Loading…
Reference in New Issue