solomax commented on a change in pull request #69: URL: https://github.com/apache/openmeetings/pull/69#discussion_r415515287
########## File path: pom.xml ########## @@ -804,6 +805,43 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + <version>${maven-checkstyle-plugin.version}</version> + <configuration> + <checkstyleRules> + <module name = "Checker"> + <property name="fileExtensions" value="java,js,css,xml"/> Review comment: @sebawagner `fileExtensions` were added - but it doesn't work ... ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org