Add to that those eslint failures that block any tests: ``` > [email protected] eslint > /home/travis/build/apache/cordova-plugin-inappbrowser > node node_modules/eslint/bin/eslint www && node > node_modules/eslint/bin/eslint src && node node_modules/eslint/bin/eslint > tests /home/travis/build/apache/cordova-plugin-inappbrowser/www/inappbrowser.js 69:11 error Trailing spaces not allowed no-trailing-spaces 71:59 error Missing space before opening brace space-before-blocks 72:101 error Trailing spaces not allowed no-trailing-spaces 73:26 error Missing space before opening brace space-before-blocks 75:66 error Missing space before opening brace space-before-blocks 76:116 error A space is required after ',' comma-spacing 77:21 error Closing curly brace does not appear on the same line as the subsequent block brace-style 78:21 error Expected space(s) after "else" keyword-spacing 83:18 error Trailing spaces not allowed no-trailing-spaces 85:25 error Trailing spaces not allowed no-trailing-spaces ✖ 10 problems (10 errors, 0 warnings) 10 errors, 0 warnings potentially fixable with the `--fix` option. ```
[ Full content available at: https://github.com/apache/cordova-plugin-inappbrowser/pull/270 ] This message was relayed via gitbox.apache.org for [email protected]
