1 /*xml 2 <module name="Checker"> 3 <module name="RegexpOnFilename"/> 4 </module> 5 */ 6 package com.puppycrawl.tools.checkstyle.checks.regexp.regexponfilename; 7 /* 8 // xdoc section -- start 9 .../checkstyle.xml 10 .../Test Example1.xml // violation, 'File match folder pattern '' and file pattern '\s'.' 11 .../TestExample2.xml 12 .../TestExample3.md 13 .../TestExample4.xml 14 // xdoc section -- end 15 */ 16 class Example1{}