Hi,

ESLint has found some issues with your code (please check the JavaScript coding standards )

/var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/simple_popup_views.js: line 3, col 15, Error - Missing semicolon. (semi)
/var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/simple_popup_views.js: line 5, col 5, Error - Strings must use singlequote. (quotes)
/var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/simple_popup_views.js: line 6, col 13, Error - Missing space before function parentheses. (space-before-function-paren)
/var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/simple_popup_views.js: line 6, col 15, Error - Missing space before opening brace. (space-before-blocks)
/var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/simple_popup_views.js: line 7, col 22, Error - Strings must use singlequote. (quotes)
/var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/simple_popup_views.js: line 7, col 53, Error - Strings must use singlequote. (quotes)
/var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/simple_popup_views.js: line 9, col 13, Error - Missing space before function parentheses. (space-before-function-paren)
/var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/simple_popup_views.js: line 9, col 15, Error - Missing space before opening brace. (space-before-blocks)
/var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/simple_popup_views.js: line 10, col 22, Error - Strings must use singlequote. (quotes)
/var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/simple_popup_views.js: line 10, col 53, Error - Strings must use singlequote. (quotes)
/var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/simple_popup_views.js: line 11, col 6, Error - Trailing spaces not allowed. (no-trailing-spaces)
/var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/simple_popup_views.js: line 14, col 5, Error - Strings must use singlequote. (quotes)
/var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/simple_popup_views.js: line 14, col 36, Error - Missing space before function parentheses. (space-before-function-paren)
/var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/simple_popup_views.js: line 14, col 38, Error - Missing space before opening brace. (space-before-blocks)
/var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/simple_popup_views.js: line 15, col 20, Error - Strings must use singlequote. (quotes)
/var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/simple_popup_views.js: line 15, col 51, Error - Strings must use singlequote. (quotes)
/var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/simple_popup_views.js: line 19, col 5, Error - Strings must use singlequote. (quotes)
/var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/simple_popup_views.js: line 19, col 33, Error - Missing space before function parentheses. (space-before-function-paren)
/var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/simple_popup_views.js: line 19, col 35, Error - Missing space before opening brace. (space-before-blocks)
/var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/simple_popup_views.js: line 20, col 20, Error - Strings must use singlequote. (quotes)
/var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/simple_popup_views.js: line 21, col 6, Error - Trailing spaces not allowed. (no-trailing-spaces)
/var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/simple_popup_views.js: line 24, col 19, Error - Missing semicolon. (semi)

Comments

Sivaprasad C created an issue. See original summary.

sivaprasadc’s picture

Assigned: sivaprasadc » Unassigned
Status: Active » Needs review
StatusFileSize
new1.41 KB

Hi,

I have created the patch for the same. Please review it.

vandna b’s picture

patch is working fine.

vandna b’s picture

StatusFileSize
new1.41 KB

Re-roll patch removing extra spaces

  • vandna b authored b28f26d on 8.x-1.x
    Issue #2964921 by Sivaprasad C, vandna b: JavaScript Coding standards...
ameer khan’s picture

Status: Needs review » Fixed

Thank you all. Patches applied.

ameer khan’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.