This is an automated email from the ASF dual-hosted git repository. milamber pushed a commit to annotated tag v5_2_0_RC1 in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit 4aad2f1e4bf46224f83af16487e363ae1fb38d20 Author: Vladimir Sitnikov <[email protected]> AuthorDate: Fri Jun 28 14:02:06 2019 +0300 Add Kotlin files to checkstyle.xml --- checkstyle.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/checkstyle.xml b/checkstyle.xml index bd0e548471..3129df285f 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -37,7 +37,7 @@ <!-- Miscellaneous --> <module name="FileTabCharacter"> <!-- No tabs allowed! --> - <property name="fileExtensions" value="java, groovy, xml, xsd, dtd, htm, html, txt, properties"/> + <property name="fileExtensions" value="java, kt, kts, groovy, xml, xsd, dtd, htm, html, txt, properties"/> </module> <module name="NewlineAtEndOfFile"/> <module name="RegexpSingleline"> @@ -47,7 +47,7 @@ <module name="RegexpMultiline"> <!-- No more than 2 blank lines allowed. --> <property name="format" value="\r?\n[\t ]*\r?\n[\t ]*\r?\n[\t ]*\r?\n"/> - <property name="fileExtensions" value="java, groovy, xml, properties"/> + <property name="fileExtensions" value="java, kt, kts, groovy, xml, properties"/> <property name="message" value="Unnecessary consecutive lines"/> </module> <!--<module name="RegexpOnFilename">--> @@ -62,7 +62,7 @@ <!-- Size Violations --> <module name="FileLength"> - <property name="fileExtensions" value="java, groovy"/> + <property name="fileExtensions" value="java, kt, kts, groovy"/> </module> <module name="TreeWalker">
