guoyuepeng commented on a change in pull request #559: [GRIFFIN-310] Unified scala code style and enable scala code style checking by default URL: https://github.com/apache/griffin/pull/559#discussion_r357618536
########## File path: .travis.yml ########## @@ -42,5 +42,5 @@ before_script: script: - export MAVEN_SKIP_RC=true - export MAVEN_OPTS=" -Xmx1g -XX:ReservedCodeCacheSize=128m -Dorg.slf4j.simpleLogger.defaultLogLevel=warn -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn" - - mvn -B clean test -Dlogging.level.org.springframework=WARN + - mvn -B clean scalastyle:check test -Dlogging.level.org.springframework=WARN Review comment: LGTM ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
