Github user necosta commented on the issue: https://github.com/apache/zeppelin/pull/2373 @andreaTP , a bit strange why Jenkins succeeds, running "mvn clean package -DskipTests" fails with the below errors introduced in this pull request. Can you have a look? Thanks. > .../zeppelin-web/src/app/app.js [INFO] 166:1 error More than 1 blank line not allowed no-multiple-empty-lines [INFO] 180:3 error Unexpected var, use let or const instead no-var [INFO] 180:27 error Extra space before value for key 'headers' key-spacing [INFO] 181:5 error Strings must use singlequote quotes [INFO] 181:25 error Strings must use singlequote quotes [INFO] 182:5 error Expected indentation of 2 spaces but found 4 indent [INFO] 189:50 error Strings must use singlequote quotes [INFO] 190:18 error Strings must use singlequote quotes [INFO] 196:5 error Unexpected var, use let or const instead no-var [INFO] 197:30 error Expected '===' and instead saw '==' eqeqeq [INFO] 197:49 error Expected '!==' and instead saw '!=' eqeqeq [INFO] 198:7 error Expected space or tab after '//' in comment spaced-comment
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---