Git errors:
- There is still a master branch, make sure to set the correct default branch: https://www.drupal.org/node/1659588 . Then remove the master branch, see also step 6 and 7 in https://www.drupal.org/node/1127732
- The following git branches do not match the release branch pattern, you should remove/rename them. See https://www.drupal.org/node/1015226
remotes/origin/6.x-1.0
- Your README.md does not follow best practices (headings need to be uppercase). See https://www.drupal.org/node/2181737 .
- The INTRODUCTION section is missing.
- The REQUIREMENTS section is missing.
- The INSTALLATION section is missing.
- The CONFIGURATION section is missing.
- Remove all old CVS $Id tags, they are not needed anymore.
js/cloud.dashboard.js:1:// $Id$ js/cloud.auto_refresh_list_all_instances.js:1:// $Id$ js/selectbox.js:1:// $Id$ js/selectbox.js:4:* $Id: js/cloud_scripting.js:1:// $Id$ modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js:1:// $Id$ modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js:1:// $Id$ modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js:9:// $Id: modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js:1:// $Id$ modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js:1:// $Id$
- Coder Sniffer has found some issues with your code (please check the Drupal coding standards). See attachment.
- ESLint has found some issues with your code (please check the JavaScript coding standards). See attachment.
- DrupalPractice has found some issues with your code, but could be false positives.
FILE: ...vice_providers/aws_cloud/src/Plugin/Derivative/AwsCloudMenuLinks.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 5 | WARNING | There must be no blank line following an inline comment -------------------------------------------------------------------------- FILE: ...vice_providers/aws_cloud/src/Controller/Ec2/ElasticIpListBuilder.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 62 | WARNING | There must be no blank line following an inline comment -------------------------------------------------------------------------- FILE: ...ervice_providers/aws_cloud/src/Form/Config/AwsCloudAdminSettings.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 29 WARNINGS AFFECTING 29 LINES -------------------------------------------------------------------------- 39 | WARNING | \Drupal calls should be avoided in classes, use | | dependency injection instead 43 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 45 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 49 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 51 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 55 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 56 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 61 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 62 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 67 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 69 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 74 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 75 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 76 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 78 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 79 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 85 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 86 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 87 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 88 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 90 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 91 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 96 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 97 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 103 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 104 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 112 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 113 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 126 | WARNING | \Drupal calls should be avoided in classes, use | | dependency injection instead -------------------------------------------------------------------------- FILE: ..._service_providers/aws_cloud/tests/src/Functional/Ec2/VolumeTest.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 13 | WARNING | There must be no blank line following an inline comment -------------------------------------------------------------------------- FILE: ...ervice_providers/aws_cloud/tests/src/Functional/Ec2/SnapshotTest.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES -------------------------------------------------------------------------- 16 | WARNING | There must be no blank line following an inline comment 167 | WARNING | Unused variable $max_count. -------------------------------------------------------------------------- FILE: ...viders/aws_cloud/tests/src/Functional/Ec2/VolumeAttachDetachTest.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES -------------------------------------------------------------------------- 12 | WARNING | Global constants should not be used, move it to a class | | or interface 38 | WARNING | Unused variable $max_test_repeat_count. -------------------------------------------------------------------------- FILE: ...ervice_providers/aws_cloud/tests/src/Functional/Ec2/InstanceTest.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 474 | WARNING | There must be no blank line following an inline comment -------------------------------------------------------------------------- FILE: ...aws_cloud/tests/src/Unit/Plugin/AwsCloudServerTemplatePluginTest.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES -------------------------------------------------------------------------- 148 | WARNING | Unused variable $mock_security_group_and_names. 209 | WARNING | There must be no blank line following an inline comment -------------------------------------------------------------------------- FILE: ...view_temp/modules/cloud_service_providers/aws_cloud/aws_cloud.module -------------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES -------------------------------------------------------------------------- 351 | WARNING | Unused variable $account. 650 | WARNING | Unused variable $key. -------------------------------------------------------------------------- FILE: ...es/cloud_server_template/src/Entity/CloudServerTemplateInterface.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 18 | WARNING | There must be no blank line following an inline comment -------------------------------------------------------------------------- FILE: ...oud_server_template/src/Controller/CloudServerTemplateController.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES -------------------------------------------------------------------------- 85 | WARNING | format_date() calls should be avoided in classes, use | | dependency injection and the "date.formatter" service | | instead 129 | WARNING | \Drupal calls should be avoided in classes, use | | dependency injection instead 148 | WARNING | \Drupal calls should be avoided in classes, use | | dependency injection instead 226 | WARNING | \Drupal calls should be avoided in classes, use | | dependency injection instead -------------------------------------------------------------------------- FILE: ...p/modules/cloud_server_template/src/Form/CloudServerTemplateForm.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 83 | WARNING | \Drupal calls should be avoided in classes, use | | dependency injection instead -------------------------------------------------------------------------- FILE: ...al/pareviewsh/pareview_temp/src/Controller/CloudConfigController.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES -------------------------------------------------------------------------- 76 | WARNING | format_date() calls should be avoided in classes, use | | dependency injection and the "date.formatter" service | | instead 120 | WARNING | \Drupal calls should be avoided in classes, use | | dependency injection instead 135 | WARNING | \Drupal calls should be avoided in classes, use | | dependency injection instead -------------------------------------------------------------------------- FILE: .../vendor/drupal/pareviewsh/pareview_temp/src/Form/CloudConfigForm.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES -------------------------------------------------------------------------- 63 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 64 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 87 | WARNING | \Drupal calls should be avoided in classes, use | | dependency injection instead -------------------------------------------------------------------------- Time: 24.15 secs; Memory: 22Mb
FILE: ...00/site1101/web/vendor/drupal/pareviewsh/pareview_temp/css/cloud.css -------------------------------------------------------------------------- FOUND 8 ERRORS AFFECTING 6 LINES -------------------------------------------------------------------------- 13 | ERROR | [x] Whitespace found at end of line 303 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1 303 | ERROR | [x] Whitespace found at end of line 319 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 1 319 | ERROR | [x] Whitespace found at end of line 332 | ERROR | [x] Whitespace found at end of line 343 | ERROR | [x] Expected 1 newline at end of file; 2 found 344 | ERROR | [x] Additional whitespace found at end of file -------------------------------------------------------------------------- PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ndor/drupal/pareviewsh/pareview_temp/css/bootstrap.overrides.min.css -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 1 | WARNING | File appears to be minified and cannot be processed -------------------------------------------------------------------------- FILE: ...000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/README.md -------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 93 | ERROR | [x] Expected 1 newline at end of file; 2 found -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...h/pareview_temp/modules/cloud_service_providers/aws_cloud/README.txt -------------------------------------------------------------------------- FOUND 1 ERROR AND 14 WARNINGS AFFECTING 15 LINES -------------------------------------------------------------------------- 253 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters 257 | WARNING | [ ] Line exceeds 80 characters; contains 86 characters 258 | WARNING | [ ] Line exceeds 80 characters; contains 87 characters 266 | WARNING | [ ] Line exceeds 80 characters; contains 88 characters 267 | WARNING | [ ] Line exceeds 80 characters; contains 87 characters 269 | WARNING | [ ] Line exceeds 80 characters; contains 86 characters 275 | WARNING | [ ] Line exceeds 80 characters; contains 96 characters 276 | WARNING | [ ] Line exceeds 80 characters; contains 95 characters 278 | WARNING | [ ] Line exceeds 80 characters; contains 99 characters 280 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters 285 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters 292 | WARNING | [ ] Line exceeds 80 characters; contains 90 characters 293 | WARNING | [ ] Line exceeds 80 characters; contains 91 characters 296 | WARNING | [ ] Line exceeds 80 characters; contains 99 characters 297 | ERROR | [x] Expected 1 newline at end of file; 5 found -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ..._temp/modules/cloud_service_providers/aws_cloud/aws_cloud.tokens.inc -------------------------------------------------------------------------- FOUND 14 ERRORS AND 4 WARNINGS AFFECTING 17 LINES -------------------------------------------------------------------------- 1 | ERROR | [x] Missing file doc comment 4 | WARNING | [x] Unused use statement 15 | ERROR | [x] Expected 1 blank line before function; 2 found 19 | WARNING | [x] A comma should follow the last multiline array item. | | Found: 'aws_cloud_instance,' 23 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ) 61 | ERROR | [x] Inline comments must start with a capital letter 61 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 64 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ] 81 | ERROR | [x] Case breaking statements must be followed by a | | single blank line 84 | ERROR | [x] Case breaking statements must be followed by a | | single blank line 87 | ERROR | [x] Case breaking statements must be followed by a | | single blank line 90 | ERROR | [x] Case breaking statements must be followed by a | | single blank line 93 | ERROR | [x] Case breaking statements must be followed by a | | single blank line 96 | ERROR | [x] Case breaking statements must be followed by a | | single blank line 99 | ERROR | [x] Case breaking statements must be followed by a | | single blank line 102 | ERROR | [x] Case breaking statements must be followed by a | | single blank line 105 | ERROR | [x] Case breaking statements must be followed by a | | single blank line 113 | ERROR | [x] Expected 1 newline at end of file; 0 found -------------------------------------------------------------------------- PHPCBF CAN FIX THE 18 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...iew_temp/modules/cloud_service_providers/aws_cloud/aws_cloud.api.php -------------------------------------------------------------------------- FOUND 15 ERRORS AFFECTING 9 LINES -------------------------------------------------------------------------- 14 | ERROR | [x] Doc comment short description must end with a full stop 15 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 15 | ERROR | [ ] Missing parameter comment 16 | ERROR | [ ] Missing parameter comment 16 | ERROR | [ ] Missing parameter type 17 | ERROR | [ ] Missing parameter comment 17 | ERROR | [ ] Missing parameter type 24 | ERROR | [x] Doc comment short description must end with a full stop 25 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 25 | ERROR | [ ] Missing parameter comment 26 | ERROR | [ ] Missing parameter comment 26 | ERROR | [ ] Missing parameter type 27 | ERROR | [ ] Missing parameter comment 27 | ERROR | [ ] Missing parameter type 35 | ERROR | [x] Expected 1 newline at end of file; 0 found -------------------------------------------------------------------------- PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ud_service_providers/aws_cloud/src/Commands/aws/InstanceCommands.php -------------------------------------------------------------------------- FOUND 9 ERRORS AFFECTING 8 LINES -------------------------------------------------------------------------- 9 | ERROR | [x] Missing class doc comment 11 | ERROR | [ ] Missing short description in doc comment 12 | ERROR | [x] Expected | | "\Drupal\aws_cloud\Service\AwsEc2ServiceInterface" but | | found | | "\Drupal\aws_cloud\Service\AwsEc2ServiceInterface;" for | | @var tag in member variable comment 17 | ERROR | [x] Doc comment short description must end with a full stop 18 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 25 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 25 | ERROR | [ ] Missing parameter comment 26 | ERROR | [ ] Missing parameter comment 28 | ERROR | [x] Expected 1 blank line before function; 2 found -------------------------------------------------------------------------- PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ervice_providers/aws_cloud/src/Entity/Ec2/SecurityGroupViewsData.php -------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 25 | ERROR | [x] Inline comments must start with a capital letter -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...modules/cloud_service_providers/aws_cloud/src/Entity/Ec2/KeyPair.php -------------------------------------------------------------------------- FOUND 11 ERRORS AND 2 WARNINGS AFFECTING 9 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 53 | WARNING | [ ] Line exceeds 80 characters; contains 91 characters 54 | WARNING | [ ] Line exceeds 80 characters; contains 96 characters 114 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 114 | ERROR | [ ] Description for the @return value is missing 126 | ERROR | [x] Doc comment short description must end with a full | | stop 126 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 127 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 127 | ERROR | [ ] Description for the @return value is missing 134 | ERROR | [x] Doc comment short description must end with a full | | stop 135 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 135 | ERROR | [ ] Missing parameter type 136 | ERROR | [x] Parameter comment indentation must be 3 spaces, | | found 2 spaces -------------------------------------------------------------------------- PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...loud_service_providers/aws_cloud/src/Entity/Ec2/NetworkInterface.php -------------------------------------------------------------------------- FOUND 1 ERROR AND 2 WARNINGS AFFECTING 3 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 33 | WARNING | [ ] Line exceeds 80 characters; contains 86 characters 35 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ud_service_providers/aws_cloud/src/Entity/Ec2/ElasticIpViewsData.php -------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 20 | ERROR | [x] Inline comments must start with a capital letter -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: .../modules/cloud_service_providers/aws_cloud/src/Entity/Ec2/Volume.php -------------------------------------------------------------------------- FOUND 5 ERRORS AND 2 WARNINGS AFFECTING 7 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 57 | WARNING | [ ] Line exceeds 80 characters; contains 87 characters 58 | WARNING | [ ] Line exceeds 80 characters; contains 92 characters 97 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found | | 1 98 | ERROR | [x] Expected 2 space(s) before asterisk; 3 found 99 | ERROR | [x] Expected 2 space(s) before asterisk; 3 found 230 | ERROR | [x] Missing function doc comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...oud_service_providers/aws_cloud/src/Entity/Ec2/SnapshotViewsData.php -------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 27 | ERROR | [x] Inline comments must start with a capital letter -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...p/modules/cloud_service_providers/aws_cloud/src/Entity/Ec2/Image.php -------------------------------------------------------------------------- FOUND 3 ERRORS AFFECTING 3 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 67 | ERROR | [x] Expected 1 blank line before function; 2 found 378 | ERROR | [x] Functions must not contain multiple empty lines in a | | row; found 2 empty lines -------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...s/cloud_service_providers/aws_cloud/src/Entity/Ec2/SecurityGroup.php -------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ice_providers/aws_cloud/src/Entity/Ec2/NetworkInterfaceViewsData.php -------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 20 | ERROR | [x] Inline comments must start with a capital letter -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...odules/cloud_service_providers/aws_cloud/src/Entity/Ec2/Snapshot.php -------------------------------------------------------------------------- FOUND 1 ERROR AND 2 WARNINGS AFFECTING 3 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 54 | WARNING | [ ] Line exceeds 80 characters; contains 91 characters 55 | WARNING | [ ] Line exceeds 80 characters; contains 96 characters -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...loud_service_providers/aws_cloud/src/Entity/Ec2/KeyPairViewsData.php -------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...dules/cloud_service_providers/aws_cloud/src/Entity/Ec2/ElasticIp.php -------------------------------------------------------------------------- FOUND 2 ERRORS AND 2 WARNINGS AFFECTING 4 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 52 | WARNING | [ ] Line exceeds 80 characters; contains 95 characters 53 | WARNING | [ ] Line exceeds 80 characters; contains 100 characters 179 | ERROR | [x] Expected 1 blank line after function; 2 found -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...odules/cloud_service_providers/aws_cloud/src/Entity/Ec2/Instance.php -------------------------------------------------------------------------- FOUND 23 ERRORS AFFECTING 13 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 77 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 7 77 | ERROR | [x] Space found before comma in function call 78 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 7 78 | ERROR | [x] Space found before comma in function call 79 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 7 79 | ERROR | [x] Space found before comma in function call 80 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 7 80 | ERROR | [x] Space found before comma in function call 81 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 7 81 | ERROR | [x] Space found before comma in function call 82 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 7 83 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 7 83 | ERROR | [x] Space found before comma in function call 84 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 7 84 | ERROR | [x] Space found before comma in function call 85 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 7 85 | ERROR | [x] Space found before comma in function call 86 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 7 86 | ERROR | [x] Space found before comma in function call 87 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 7 87 | ERROR | [x] Space found before comma in function call 869 | ERROR | [x] Functions must not contain multiple empty lines in a | | row; found 2 empty lines -------------------------------------------------------------------------- PHPCBF CAN FIX THE 23 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...loud_service_providers/aws_cloud/src/Entity/Ec2/Ec2BaseViewsData.php -------------------------------------------------------------------------- FOUND 15 ERRORS AFFECTING 12 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] There must be one blank line after the namespace | | declaration 9 | ERROR | [x] Missing class doc comment 13 | ERROR | [x] Doc comment short description must end with a full stop 13 | ERROR | [ ] Doc comment short description must be on a single line, | | further text should be a separate paragraph 14 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 14 | ERROR | [ ] Missing parameter type 15 | ERROR | [x] Parameter comment indentation must be 3 spaces, found 2 | | spaces 16 | ERROR | [ ] Missing parameter type 17 | ERROR | [x] Parameter comment indentation must be 3 spaces, found 2 | | spaces 18 | ERROR | [ ] Missing parameter type 19 | ERROR | [x] Parameter comment indentation must be 3 spaces, found 2 | | spaces 20 | ERROR | [ ] Missing parameter type 21 | ERROR | [x] Parameter comment indentation must be 3 spaces, found 2 | | spaces 44 | ERROR | [x] Expected 1 newline at end of file; 0 found 44 | ERROR | [x] The closing brace for the class must have an empty line | | before it -------------------------------------------------------------------------- PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: .../cloud_service_providers/aws_cloud/src/Entity/Ec2/ImageViewsData.php -------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 20 | ERROR | [x] Inline comments must start with a capital letter -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...oud_service_providers/aws_cloud/src/Entity/Ec2/InstanceViewsData.php -------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 21 | ERROR | [x] Inline comments must start with a capital letter -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...cloud_service_providers/aws_cloud/src/Entity/Ec2/VolumeViewsData.php -------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 20 | ERROR | [x] Inline comments must start with a capital letter -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: .../cloud_service_providers/aws_cloud/src/Aws/Ec2/InstanceInterface.php -------------------------------------------------------------------------- FOUND 15 ERRORS AFFECTING 9 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 32 | ERROR | [x] Expected 1 blank line before function; 0 found 335 | ERROR | [x] Doc comment short description must end with a full | | stop 336 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 336 | ERROR | [ ] Missing parameter comment 336 | ERROR | [ ] Missing parameter type 337 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 337 | ERROR | [ ] Description for the @return value is missing 342 | ERROR | [x] Doc comment short description must end with a full | | stop 347 | ERROR | [x] Doc comment short description must end with a full | | stop 348 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 348 | ERROR | [ ] Missing parameter comment 348 | ERROR | [ ] Missing parameter type 349 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 349 | ERROR | [ ] Description for the @return value is missing -------------------------------------------------------------------------- PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...s/cloud_service_providers/aws_cloud/src/Aws/Ec2/KeyPairInterface.php -------------------------------------------------------------------------- FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 19 | WARNING | [x] Unused use statement 32 | ERROR | [x] Expected 1 blank line before function; 0 found -------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...d_service_providers/aws_cloud/src/Aws/Ec2/SecurityGroupInterface.php -------------------------------------------------------------------------- FOUND 5 ERRORS AFFECTING 5 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 31 | ERROR | [x] Expected 1 blank line before function; 0 found 83 | ERROR | [ ] Inline doc block comments are not allowed; use "/* | | Comment */" or "// Comment" instead 86 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0 88 | ERROR | [x] Line indented incorrectly; expected 3 spaces, found 0 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...d_service_providers/aws_cloud/src/Aws/Ec2/ApiControllerInterface.php -------------------------------------------------------------------------- FOUND 43 ERRORS AFFECTING 26 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 9 | ERROR | [x] There must be one blank line after the namespace | | declaration 18 | ERROR | [x] Doc comment short description must end with a full stop 19 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 19 | ERROR | [ ] Missing parameter comment 19 | ERROR | [x] Expected "string" but found "String" for parameter type 20 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 20 | ERROR | [ ] Description for the @return value is missing 25 | ERROR | [x] Doc comment short description must end with a full stop 27 | ERROR | [ ] Missing parameter comment 27 | ERROR | [x] Expected "string" but found "String" for parameter type 28 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 28 | ERROR | [ ] Description for the @return value is missing 33 | ERROR | [x] Doc comment short description must end with a full stop 35 | ERROR | [ ] Missing parameter comment 35 | ERROR | [x] Expected "string" but found "String" for parameter type 36 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 36 | ERROR | [ ] Description for the @return value is missing 41 | ERROR | [x] Doc comment short description must end with a full stop 43 | ERROR | [ ] Missing parameter comment 43 | ERROR | [x] Expected "string" but found "String" for parameter type 44 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 44 | ERROR | [ ] Description for the @return value is missing 49 | ERROR | [x] Doc comment short description must end with a full stop 51 | ERROR | [ ] Missing parameter comment 51 | ERROR | [x] Expected "string" but found "String" for parameter type 52 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 52 | ERROR | [ ] Description for the @return value is missing 57 | ERROR | [x] Doc comment short description must end with a full stop 59 | ERROR | [ ] Missing parameter comment 59 | ERROR | [x] Expected "string" but found "String" for parameter type 60 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 60 | ERROR | [ ] Description for the @return value is missing 65 | ERROR | [x] Doc comment short description must end with a full stop 67 | ERROR | [ ] Missing parameter comment 67 | ERROR | [x] Expected "string" but found "String" for parameter type 68 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 68 | ERROR | [ ] Description for the @return value is missing 73 | ERROR | [x] Doc comment short description must end with a full stop 75 | ERROR | [ ] Missing parameter comment 75 | ERROR | [x] Expected "string" but found "String" for parameter type 76 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 76 | ERROR | [ ] Description for the @return value is missing -------------------------------------------------------------------------- PHPCBF CAN FIX THE 27 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...les/cloud_service_providers/aws_cloud/src/Aws/Ec2/ImageInterface.php -------------------------------------------------------------------------- FOUND 5 ERRORS AFFECTING 5 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 30 | ERROR | [x] Expected 1 blank line before function; 0 found 162 | ERROR | [ ] Inline doc block comments are not allowed; use "/* | | Comment */" or "// Comment" instead 165 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0 167 | ERROR | [x] Line indented incorrectly; expected 3 spaces, found 0 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...es/cloud_service_providers/aws_cloud/src/Aws/Ec2/VolumeInterface.php -------------------------------------------------------------------------- FOUND 5 ERRORS AND 1 WARNING AFFECTING 6 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 20 | WARNING | [x] Unused use statement 33 | ERROR | [x] Expected 1 blank line before function; 0 found 160 | ERROR | [ ] Inline doc block comments are not allowed; use "/* | | Comment */" or "// Comment" instead 163 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found | | 0 165 | ERROR | [x] Line indented incorrectly; expected 3 spaces, found | | 0 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ervice_providers/aws_cloud/src/Aws/Ec2/NetworkInterfaceInterface.php -------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 182 | ERROR | [ ] Inline doc block comments are not allowed; use "/* | | Comment */" or "// Comment" instead -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...cloud_service_providers/aws_cloud/src/Aws/Ec2/ElasticIpInterface.php -------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 33 | ERROR | [x] Expected 1 blank line before function; 0 found -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: .../cloud_service_providers/aws_cloud/src/Aws/Ec2/SnapshotInterface.php -------------------------------------------------------------------------- FOUND 5 ERRORS AFFECTING 5 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 33 | ERROR | [x] Expected 1 blank line before function; 0 found 130 | ERROR | [ ] Inline doc block comments are not allowed; use "/* | | Comment */" or "// Comment" instead 133 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0 135 | ERROR | [x] Line indented incorrectly; expected 3 spaces, found 0 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...d_service_providers/aws_cloud/src/Service/AwsEc2ServiceInterface.php -------------------------------------------------------------------------- FOUND 269 ERRORS AND 4 WARNINGS AFFECTING 176 LINES -------------------------------------------------------------------------- 11 | ERROR | [x] Doc comment short description must end with a full | | stop 12 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 12 | ERROR | [ ] Missing parameter comment 13 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 13 | ERROR | [ ] Description for the @return value is missing 21 | ERROR | [x] Parameter comment must end with a full stop 22 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 22 | ERROR | [ ] Description for the @return value must be on the | | next line 23 | ERROR | [x] Separate the @return and @throws sections by a blank | | line. 23 | ERROR | [ ] @throws comment must be on the next line 25 | ERROR | [ ] Type hint "array" missing for $params 31 | ERROR | [x] Parameter comment must end with a full stop 32 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 32 | ERROR | [ ] Description for the @return value must be on the | | next line 33 | ERROR | [x] Separate the @return and @throws sections by a blank | | line. 33 | ERROR | [ ] @throws comment must be on the next line 35 | ERROR | [ ] Type hint "array" missing for $params 41 | ERROR | [x] Parameter comment must end with a full stop 42 | ERROR | [x] Separate the @param and @throws sections by a blank | | line. 42 | ERROR | [ ] @throws comment must be on the next line 44 | ERROR | [ ] Type hint "array" missing for $params 50 | ERROR | [x] Parameter comment must end with a full stop 51 | ERROR | [x] Separate the @param and @throws sections by a blank | | line. 51 | ERROR | [ ] @throws comment must be on the next line 53 | ERROR | [ ] Type hint "array" missing for $params 59 | ERROR | [x] Parameter comment must end with a full stop 60 | ERROR | [x] Separate the @param and @throws sections by a blank | | line. 60 | ERROR | [ ] @throws comment must be on the next line 62 | ERROR | [ ] Type hint "array" missing for $params 68 | ERROR | [x] Parameter comment must end with a full stop 69 | ERROR | [x] Separate the @param and @throws sections by a blank | | line. 69 | ERROR | [ ] @throws comment must be on the next line 71 | ERROR | [ ] Type hint "array" missing for $params 77 | ERROR | [x] Parameter comment must end with a full stop 78 | ERROR | [x] Separate the @param and @throws sections by a blank | | line. 78 | ERROR | [ ] @throws comment must be on the next line 80 | ERROR | [ ] Type hint "array" missing for $params 86 | ERROR | [x] Parameter comment must end with a full stop 87 | ERROR | [x] Separate the @param and @throws sections by a blank | | line. 87 | ERROR | [ ] @throws comment must be on the next line 89 | ERROR | [ ] Type hint "array" missing for $params 95 | ERROR | [x] Parameter comment must end with a full stop 96 | ERROR | [x] Separate the @param and @throws sections by a blank | | line. 96 | ERROR | [ ] @throws comment must be on the next line 98 | ERROR | [ ] Type hint "array" missing for $params 104 | ERROR | [x] Parameter comment must end with a full stop 105 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 105 | ERROR | [ ] Description for the @return value must be on the | | next line 106 | ERROR | [x] Separate the @return and @throws sections by a blank | | line. 106 | ERROR | [ ] @throws comment must be on the next line 108 | ERROR | [ ] Type hint "array" missing for $params 114 | ERROR | [x] Parameter comment must end with a full stop 115 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 115 | ERROR | [ ] Description for the @return value must be on the | | next line 116 | ERROR | [x] Separate the @return and @throws sections by a blank | | line. 116 | ERROR | [ ] @throws comment must be on the next line 118 | ERROR | [ ] Type hint "array" missing for $params 124 | ERROR | [x] Parameter comment must end with a full stop 125 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 125 | ERROR | [ ] Description for the @return value must be on the | | next line 126 | ERROR | [x] Separate the @return and @throws sections by a blank | | line. 126 | ERROR | [ ] @throws comment must be on the next line 128 | ERROR | [ ] Type hint "array" missing for $params 134 | ERROR | [x] Parameter comment must end with a full stop 135 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 135 | ERROR | [ ] Description for the @return value must be on the | | next line 136 | ERROR | [x] Separate the @return and @throws sections by a blank | | line. 136 | ERROR | [ ] @throws comment must be on the next line 138 | ERROR | [ ] Type hint "array" missing for $params 144 | ERROR | [x] Parameter comment must end with a full stop 145 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 145 | ERROR | [ ] Description for the @return value must be on the | | next line 146 | ERROR | [x] Separate the @return and @throws sections by a blank | | line. 146 | ERROR | [ ] @throws comment must be on the next line 148 | ERROR | [ ] Type hint "array" missing for $params 151 | WARNING | [ ] Line exceeds 80 characters; contains 89 characters 152 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 155 | ERROR | [x] Parameter comment indentation must be 3 spaces, | | found 2 spaces 155 | ERROR | [x] Parameter comment must end with a full stop 156 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 156 | ERROR | [ ] Description for the @return value must be on the | | next line 157 | ERROR | [x] Separate the @return and @throws sections by a blank | | line. 157 | ERROR | [ ] @throws comment must be on the next line 159 | ERROR | [ ] Type hint "array" missing for $params 163 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 166 | ERROR | [x] Parameter comment indentation must be 3 spaces, | | found 2 spaces 166 | ERROR | [x] Parameter comment must end with a full stop 167 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 167 | ERROR | [ ] Description for the @return value must be on the | | next line 168 | ERROR | [x] Separate the @return and @throws sections by a blank | | line. 168 | ERROR | [ ] @throws comment must be on the next line 170 | ERROR | [ ] Type hint "array" missing for $params 174 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 177 | ERROR | [x] Parameter comment indentation must be 3 spaces, | | found 2 spaces 177 | ERROR | [x] Parameter comment must end with a full stop 178 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 178 | ERROR | [ ] Description for the @return value must be on the | | next line 179 | ERROR | [x] Separate the @return and @throws sections by a blank | | line. 179 | ERROR | [ ] @throws comment must be on the next line 181 | ERROR | [ ] Type hint "array" missing for $params 185 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 188 | ERROR | [x] Parameter comment indentation must be 3 spaces, | | found 2 spaces 188 | ERROR | [x] Parameter comment must end with a full stop 189 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 189 | ERROR | [ ] Description for the @return value must be on the | | next line 190 | ERROR | [x] Separate the @return and @throws sections by a blank | | line. 190 | ERROR | [ ] @throws comment must be on the next line 192 | ERROR | [ ] Type hint "array" missing for $params 196 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 199 | ERROR | [x] Parameter comment indentation must be 3 spaces, | | found 2 spaces 199 | ERROR | [x] Parameter comment must end with a full stop 200 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 200 | ERROR | [ ] Description for the @return value must be on the | | next line 201 | ERROR | [x] Separate the @return and @throws sections by a blank | | line. 201 | ERROR | [ ] @throws comment must be on the next line 203 | ERROR | [ ] Type hint "array" missing for $params 207 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 210 | ERROR | [x] Parameter comment indentation must be 3 spaces, | | found 2 spaces 210 | ERROR | [x] Parameter comment must end with a full stop 211 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 211 | ERROR | [ ] Description for the @return value must be on the | | next line 212 | ERROR | [x] Separate the @return and @throws sections by a blank | | line. 212 | ERROR | [ ] @throws comment must be on the next line 214 | ERROR | [ ] Type hint "array" missing for $params 218 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 221 | ERROR | [x] Parameter comment indentation must be 3 spaces, | | found 2 spaces 221 | ERROR | [x] Parameter comment must end with a full stop 222 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 222 | ERROR | [ ] Description for the @return value must be on the | | next line 223 | ERROR | [x] Separate the @return and @throws sections by a blank | | line. 223 | ERROR | [ ] @throws comment must be on the next line 225 | ERROR | [ ] Type hint "array" missing for $params 229 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 232 | ERROR | [x] Parameter comment indentation must be 3 spaces, | | found 2 spaces 232 | ERROR | [x] Parameter comment must end with a full stop 233 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 233 | ERROR | [ ] Description for the @return value must be on the | | next line 234 | ERROR | [x] Separate the @return and @throws sections by a blank | | line. 234 | ERROR | [ ] @throws comment must be on the next line 236 | ERROR | [ ] Type hint "array" missing for $params 240 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 243 | ERROR | [x] Parameter comment indentation must be 3 spaces, | | found 2 spaces 243 | ERROR | [x] Parameter comment must end with a full stop 244 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 244 | ERROR | [ ] Description for the @return value must be on the | | next line 245 | ERROR | [x] Separate the @return and @throws sections by a blank | | line. 245 | ERROR | [ ] @throws comment must be on the next line 247 | ERROR | [ ] Type hint "array" missing for $params 251 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 254 | ERROR | [x] Parameter comment indentation must be 3 spaces, | | found 2 spaces 254 | ERROR | [x] Parameter comment must end with a full stop 255 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 255 | ERROR | [ ] Description for the @return value must be on the | | next line 256 | ERROR | [x] Separate the @return and @throws sections by a blank | | line. 256 | ERROR | [ ] @throws comment must be on the next line 258 | ERROR | [ ] Type hint "array" missing for $params 262 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 265 | ERROR | [x] Parameter comment indentation must be 3 spaces, | | found 2 spaces 265 | ERROR | [x] Parameter comment must end with a full stop 266 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 266 | ERROR | [ ] Description for the @return value must be on the | | next line 267 | ERROR | [x] Separate the @return and @throws sections by a blank | | line. 267 | ERROR | [ ] @throws comment must be on the next line 269 | ERROR | [ ] Type hint "array" missing for $params 273 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 276 | ERROR | [x] Parameter comment indentation must be 3 spaces, | | found 2 spaces 276 | ERROR | [x] Parameter comment must end with a full stop 277 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 277 | ERROR | [ ] Description for the @return value must be on the | | next line 278 | ERROR | [x] Separate the @return and @throws sections by a blank | | line. 278 | ERROR | [ ] @throws comment must be on the next line 280 | ERROR | [ ] Type hint "array" missing for $params 284 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 287 | ERROR | [x] Parameter comment indentation must be 3 spaces, | | found 2 spaces 287 | ERROR | [x] Parameter comment must end with a full stop 288 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 288 | ERROR | [ ] Description for the @return value must be on the | | next line 289 | ERROR | [x] Separate the @return and @throws sections by a blank | | line. 289 | ERROR | [ ] @throws comment must be on the next line 291 | ERROR | [ ] Type hint "array" missing for $params 295 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 298 | ERROR | [x] Parameter comment indentation must be 3 spaces, | | found 2 spaces 298 | ERROR | [x] Parameter comment must end with a full stop 299 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 299 | ERROR | [ ] Description for the @return value must be on the | | next line 300 | ERROR | [x] Separate the @return and @throws sections by a blank | | line. 300 | ERROR | [ ] @throws comment must be on the next line 302 | ERROR | [ ] Type hint "array" missing for $params 306 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 309 | ERROR | [x] Parameter comment indentation must be 3 spaces, | | found 2 spaces 309 | ERROR | [x] Parameter comment must end with a full stop 311 | ERROR | [x] Parameter comment indentation must be 3 spaces, | | found 2 spaces 311 | ERROR | [x] Parameter comment must end with a full stop 312 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 312 | ERROR | [ ] Description for the @return value must be on the | | next line 313 | ERROR | [x] Separate the @return and @throws sections by a blank | | line. 313 | ERROR | [ ] @throws comment must be on the next line 315 | ERROR | [ ] Type hint "array" missing for $params 315 | ERROR | [ ] Type hint "array" missing for $tags 319 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 321 | ERROR | [x] Expected 1 space after asterisk; 2 found 321 | ERROR | [x] Expected "bool" but found "boolean" for function | | return type 322 | ERROR | [x] Return comment indentation must be 3 spaces, found 4 | | spaces 328 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 334 | ERROR | [x] Expected 1 space after asterisk; 2 found 334 | ERROR | [x] Separate the @params and @return sections by a blank | | line. 334 | ERROR | [ ] Return type "boolean | int" must not contain spaces 335 | ERROR | [x] Return comment indentation must be 3 spaces, found 4 | | spaces 342 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters 342 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 344 | ERROR | [x] Expected 1 space after asterisk; 2 found 344 | ERROR | [x] Expected "bool" but found "boolean" for function | | return type 345 | ERROR | [x] Return comment indentation must be 3 spaces, found 4 | | spaces 351 | WARNING | [ ] Line exceeds 80 characters; contains 86 characters 351 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 353 | ERROR | [x] Expected 1 space after asterisk; 2 found 353 | ERROR | [x] Expected "bool" but found "boolean" for function | | return type 354 | ERROR | [x] Return comment indentation must be 3 spaces, found 4 | | spaces 360 | WARNING | [ ] Line exceeds 80 characters; contains 86 characters 360 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 362 | ERROR | [x] Expected 1 space after asterisk; 2 found 362 | ERROR | [x] Expected "bool" but found "boolean" for function | | return type 363 | ERROR | [x] Return comment indentation must be 3 spaces, found 4 | | spaces 369 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 371 | ERROR | [x] Expected 1 space after asterisk; 2 found 371 | ERROR | [x] Expected "bool" but found "boolean" for function | | return type 372 | ERROR | [x] Return comment indentation must be 3 spaces, found 4 | | spaces 378 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 382 | ERROR | [x] Expected 1 space after asterisk; 2 found 382 | ERROR | [x] Separate the @params and @return sections by a blank | | line. 382 | ERROR | [x] Expected "bool" but found "boolean" for function | | return type 383 | ERROR | [x] Return comment indentation must be 3 spaces, found 4 | | spaces 389 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 393 | ERROR | [x] Expected 1 space after asterisk; 2 found 393 | ERROR | [x] Separate the @params and @return sections by a blank | | line. 393 | ERROR | [x] Expected "bool" but found "boolean" for function | | return type 394 | ERROR | [x] Return comment indentation must be 3 spaces, found 4 | | spaces 400 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 400 | ERROR | [ ] Description for the @return value is missing 406 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 406 | ERROR | [ ] Description for the @return value is missing 412 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 412 | ERROR | [ ] Description for the @return value is missing 417 | ERROR | [x] Doc comment short description must end with a full | | stop 418 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 418 | ERROR | [ ] Missing parameter comment 419 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 419 | ERROR | [ ] Description for the @return value is missing 421 | ERROR | [ ] Type hint "array" missing for $params 424 | ERROR | [x] Doc comment short description must end with a full | | stop 425 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 425 | ERROR | [ ] Missing parameter comment 426 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 426 | ERROR | [ ] Description for the @return value is missing 428 | ERROR | [ ] Type hint "array" missing for $params 431 | ERROR | [x] Doc comment short description must end with a full | | stop 432 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 432 | ERROR | [ ] Missing parameter comment 433 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 433 | ERROR | [ ] Description for the @return value is missing 435 | ERROR | [ ] Type hint "array" missing for $params 440 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 441 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 441 | ERROR | [ ] Missing parameter comment 442 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 442 | ERROR | [ ] Description for the @return value is missing 444 | ERROR | [ ] Type hint "array" missing for $params 447 | ERROR | [x] Doc comment short description must end with a full | | stop 448 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 448 | ERROR | [ ] Missing parameter comment 449 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 449 | ERROR | [ ] Description for the @return value is missing 451 | ERROR | [ ] Type hint "array" missing for $params -------------------------------------------------------------------------- PHPCBF CAN FIX THE 143 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...d_service_providers/aws_cloud/src/Service/AwsEc2ServiceException.php -------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 5 | ERROR | [x] Missing class doc comment 7 | ERROR | [x] Expected 1 newline at end of file; 0 found -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ules/cloud_service_providers/aws_cloud/src/Service/AwsEc2Service.php -------------------------------------------------------------------------- FOUND 80 ERRORS AND 4 WARNINGS AFFECTING 64 LINES -------------------------------------------------------------------------- 26 | ERROR | [x] There must be one blank line after the last USE | | statement; 2 found; 50 | ERROR | [ ] Missing short description in doc comment 51 | ERROR | [x] Expected "stringcloud_context" but found "string | | cloud_context" for @var tag in member variable | | comment 53 | ERROR | [ ] Class property $cloud_context should use lowerCamel | | naming without underscores 75 | ERROR | [x] Doc comment short description must end with a full | | stop 76 | ERROR | [x] There must be exactly one blank line before the | | tags in a doc comment 88 | ERROR | [x] Doc comment short description must end with a full | | stop 89 | ERROR | [x] There must be exactly one blank line before the | | tags in a doc comment 89 | ERROR | [x] Expected "bool" but found "boolean" for @var tag in | | member variable comment 93 | ERROR | [ ] Parameter $cloud_config_plugin_manager is not | | described in comment 97 | ERROR | [x] Parameter comment must end with a full stop 101 | ERROR | [x] Parameter comment must end with a full stop 137 | ERROR | [x] Doc comment short description must end with a full | | stop 156 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters 156 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 168 | ERROR | [x] Object operator not indented correctly; expected 10 | | spaces but found 12 170 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected | | "TRUE" but found "true" 177 | WARNING | [ ] Line exceeds 80 characters; contains 97 characters 199 | ERROR | [ ] Missing short description in doc comment 200 | ERROR | [x] Expected "string" but found "String" for parameter | | type 201 | ERROR | [x] Parameter comment must end with a full stop 203 | ERROR | [x] Parameter comment must end with a full stop 204 | ERROR | [ ] Description for the @return value must be on the | | next line 205 | ERROR | [ ] @throws comment must be on the next line 220 | WARNING | [ ] Line exceeds 80 characters; contains 85 characters 221 | ERROR | [ ] If the line declaring an array spans longer than 80 | | characters, each element should be broken into its | | own line 227 | ERROR | [ ] If the line declaring an array spans longer than 80 | | characters, each element should be broken into its | | own line 532 | ERROR | [x] Inline comments must start with a capital letter 552 | WARNING | [x] A comma should follow the last multiline array | | item. Found: ] 645 | ERROR | [x] Inline comments must start with a capital letter 753 | ERROR | [x] Inline comments must start with a capital letter 754 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 793 | ERROR | [x] Array indentation error, expected 10 spaces but | | found 12 794 | ERROR | [x] Array indentation error, expected 10 spaces but | | found 12 931 | ERROR | [x] Expected 1 space before "=>"; 0 found 977 | ERROR | [x] Inline comments must start with a capital letter 997 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 1110 | ERROR | [x] Inline comments must start with a capital letter 1111 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 1116 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 1163 | ERROR | [x] Array indentation error, expected 10 spaces but | | found 12 1164 | ERROR | [x] Array indentation error, expected 10 spaces but | | found 12 1296 | ERROR | [x] Doc comment short description must end with a full | | stop 1297 | ERROR | [x] There must be exactly one blank line before the | | tags in a doc comment 1297 | ERROR | [ ] Description for the @return value is missing 1304 | ERROR | [x] Doc comment short description must end with a full | | stop 1305 | ERROR | [x] There must be exactly one blank line before the | | tags in a doc comment 1305 | ERROR | [ ] Description for the @return value is missing 1315 | ERROR | [x] There must be exactly one blank line before the | | tags in a doc comment 1316 | ERROR | [x] Parameter comment must end with a full stop 1317 | ERROR | [ ] Missing parameter type 1325 | ERROR | [ ] Missing short description in doc comment 1325 | ERROR | [ ] Parameter $timestamp is not described in comment 1327 | ERROR | [x] Parameter comment must end with a full stop 1328 | ERROR | [ ] @return doc comment specified, but function has no | | return statement 1342 | ERROR | [x] Doc comment short description must end with a full | | stop 1345 | ERROR | [x] Parameter comment indentation must be 3 spaces, | | found 2 spaces 1345 | ERROR | [x] Parameter comment must end with a full stop 1347 | ERROR | [x] Parameter comment indentation must be 3 spaces, | | found 2 spaces 1347 | ERROR | [ ] Parameter comment must start with a capital letter 1347 | ERROR | [x] Parameter comment must end with a full stop 1349 | ERROR | [x] Parameter comment indentation must be 3 spaces, | | found 2 spaces 1349 | ERROR | [ ] Parameter comment must start with a capital letter 1349 | ERROR | [x] Parameter comment must end with a full stop 1350 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 1350 | ERROR | [ ] Return type "int Entity id" must not contain spaces 1351 | ERROR | [x] Return comment indentation must be 3 spaces, found | | 2 spaces 1361 | ERROR | [x] Doc comment short description must end with a full | | stop 1362 | ERROR | [x] There must be exactly one blank line before the | | tags in a doc comment 1362 | ERROR | [ ] Missing parameter comment 1362 | ERROR | [ ] Missing parameter type 1363 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 1363 | ERROR | [ ] Description for the @return value is missing 1372 | ERROR | [x] Doc comment short description must end with a full | | stop 1373 | ERROR | [x] There must be exactly one blank line before the | | tags in a doc comment 1373 | ERROR | [ ] Missing parameter comment 1373 | ERROR | [ ] Missing parameter type 1374 | ERROR | [ ] Missing parameter comment 1374 | ERROR | [ ] Missing parameter type 1409 | ERROR | [x] There must be exactly one blank line before the | | tags in a doc comment 1409 | ERROR | [ ] Missing parameter comment 1409 | ERROR | [ ] Missing parameter type 1410 | ERROR | [ ] Missing parameter comment 1410 | ERROR | [ ] Missing parameter type -------------------------------------------------------------------------- PHPCBF CAN FIX THE 52 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...loud_service_providers/aws_cloud/src/Plugin/AwsCloudConfigPlugin.php -------------------------------------------------------------------------- FOUND 25 ERRORS AFFECTING 18 LINES -------------------------------------------------------------------------- 10 | ERROR | [x] There must be one blank line after the last USE | | statement; 2 found; 13 | ERROR | [x] Missing class doc comment 22 | ERROR | [ ] Missing short description in doc comment 23 | ERROR | [x] Data types in @var tags need to be fully namespaced 23 | ERROR | [x] Do not append variable name "$entityTypeManager." to | | the type declaration in a member variable comment 30 | ERROR | [ ] Missing parameter comment 31 | ERROR | [ ] Missing parameter comment 32 | ERROR | [ ] Missing parameter comment 33 | ERROR | [ ] Missing parameter comment 34 | ERROR | [ ] Missing parameter comment 57 | ERROR | [x] Doc comment short description must end with a full stop 58 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 58 | ERROR | [ ] Description for the @return value is missing 65 | ERROR | [x] Doc comment short description must end with a full stop 66 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 66 | ERROR | [ ] Missing parameter comment 66 | ERROR | [ ] Missing parameter type 67 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 67 | ERROR | [ ] Description for the @return value is missing 87 | ERROR | [x] Doc comment short description must end with a full stop 88 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 88 | ERROR | [ ] Missing parameter comment 89 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 89 | ERROR | [ ] Description for the @return value is missing 93 | ERROR | [x] Expected 1 space after closing parenthesis; found 0 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 13 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...oviders/aws_cloud/src/Plugin/Validation/Constraint/AWSConstraint.php -------------------------------------------------------------------------- FOUND 6 ERRORS AND 1 WARNING AFFECTING 6 LINES -------------------------------------------------------------------------- 8 | ERROR | [x] Doc comment short description must end with a full | | stop 19 | ERROR | [x] Doc comment short description must end with a full | | stop 20 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 25 | WARNING | [ ] Line exceeds 80 characters; contains 94 characters 25 | ERROR | [x] Doc comment short description must end with a full | | stop 26 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 34 | ERROR | [ ] If the line declaring an array spans longer than 80 | | characters, each element should be broken into its | | own line -------------------------------------------------------------------------- PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ws_cloud/src/Plugin/Validation/Constraint/AWSConstraintValidator.php -------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 9 | ERROR | [x] Doc comment short description must end with a full stop -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...e_providers/aws_cloud/src/Plugin/views/filter/TextToSelectFilter.php -------------------------------------------------------------------------- FOUND 10 ERRORS AFFECTING 8 LINES -------------------------------------------------------------------------- 14 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 27 | ERROR | [x] Inline comments must start with a capital letter 55 | ERROR | [x] Inline comments must start with a capital letter 62 | ERROR | [x] Doc comment short description must end with a full | | stop 64 | ERROR | [ ] Description for the @return value is missing 104 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 107 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 107 | ERROR | [ ] Missing parameter comment 107 | ERROR | [ ] Missing parameter type 108 | ERROR | [ ] Missing parameter comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...vice_providers/aws_cloud/src/Plugin/AwsCloudServerTemplatePlugin.php -------------------------------------------------------------------------- FOUND 18 ERRORS AND 1 WARNING AFFECTING 17 LINES -------------------------------------------------------------------------- 15 | ERROR | [x] Missing class doc comment 18 | ERROR | [ ] Missing short description in doc comment 19 | ERROR | [x] Expected | | "\Drupal\aws_cloud\Service\AwsEc2ServiceInterface" | | but found | | "\Drupal\aws_cloud\Service\AwsEc2ServiceInterface;" | | for @var tag in member variable comment 30 | ERROR | [ ] Missing short description in doc comment 31 | ERROR | [x] Data types in @var tags need to be fully namespaced 31 | ERROR | [x] Do not append variable name "$entityTypeManager." to | | the type declaration in a member variable comment 38 | ERROR | [ ] Missing parameter comment 39 | ERROR | [ ] Missing parameter comment 40 | ERROR | [ ] Missing parameter comment 41 | ERROR | [ ] Missing parameter comment 42 | ERROR | [ ] Missing parameter comment 43 | ERROR | [ ] Missing parameter comment 80 | ERROR | [x] Expected 1 space before ":"; 0 found 84 | ERROR | [x] Expected 1 space before ":"; 0 found 148 | ERROR | [x] Inline comments must start with a capital letter 152 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ) 156 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected | | "NULL" but found "null" 157 | ERROR | [x] Inline comments must start with a capital letter 157 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses -------------------------------------------------------------------------- PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...vice_providers/aws_cloud/src/Plugin/Derivative/AwsCloudMenuLinks.php -------------------------------------------------------------------------- FOUND 5 ERRORS AND 1 WARNING AFFECTING 5 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 5 | WARNING | [x] There must be no blank line following an inline | | comment 22 | ERROR | [x] Doc comment short description must end with a full | | stop 23 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 29 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 29 | ERROR | [ ] Missing parameter comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ice_providers/aws_cloud/src/Plugin/Derivative/AwsCloudLocalTasks.php -------------------------------------------------------------------------- FOUND 4 ERRORS AFFECTING 4 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 20 | ERROR | [x] Doc comment short description must end with a full stop 21 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 29 | ERROR | [x] Parameter comment must end with a full stop -------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...providers/aws_cloud/src/Controller/Ec2/ImageAccessControlHandler.php -------------------------------------------------------------------------- FOUND 2 ERRORS AND 1 WARNING AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 41 | WARNING | [ ] Line exceeds 80 characters; contains 113 characters 41 | ERROR | [x] Doc comment short description must end with a full | | stop -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ..._service_providers/aws_cloud/src/Controller/Ec2/ImageListBuilder.php -------------------------------------------------------------------------- FOUND 3 ERRORS AND 2 WARNINGS AFFECTING 4 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 38 | WARNING | [ ] Translatable strings must not begin or end with white | | spaces, use placeholders with t() for variables 54 | WARNING | [ ] Line exceeds 80 characters; contains 86 characters 54 | ERROR | [ ] Comment indentation error, expected only 1 spaces 55 | ERROR | [x] Object operator not indented correctly; expected 8 | | spaces but found 13 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...oviders/aws_cloud/src/Controller/Ec2/NetworkInterfaceListBuilder.php -------------------------------------------------------------------------- FOUND 4 ERRORS AND 1 WARNING AFFECTING 4 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 29 | ERROR | [ ] If the line declaring an array spans longer than 80 | | characters, each element should be broken into its | | own line 54 | WARNING | [ ] Line exceeds 80 characters; contains 101 characters 54 | ERROR | [ ] Comment indentation error, expected only 1 spaces 55 | ERROR | [x] Object operator not indented correctly; expected 8 | | spaces but found 13 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...viders/aws_cloud/src/Controller/Ec2/InstanceAccessControlHandler.php -------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ..._providers/aws_cloud/src/Controller/Ec2/SecurityGroupListBuilder.php -------------------------------------------------------------------------- FOUND 3 ERRORS AND 1 WARNING AFFECTING 3 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 46 | WARNING | [ ] Line exceeds 80 characters; contains 87 characters 46 | ERROR | [ ] Comment indentation error, expected only 1 spaces 47 | ERROR | [x] Object operator not indented correctly; expected 8 | | spaces but found 13 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ws_cloud/src/Controller/Ec2/NetworkInterfaceAccessControlHandler.php -------------------------------------------------------------------------- FOUND 2 ERRORS AND 1 WARNING AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 41 | WARNING | [ ] Line exceeds 80 characters; contains 113 characters 41 | ERROR | [x] Doc comment short description must end with a full | | stop -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ervice_providers/aws_cloud/src/Controller/Ec2/KeyPairListBuilder.php -------------------------------------------------------------------------- FOUND 3 ERRORS AFFECTING 3 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 30 | ERROR | [ ] If the line declaring an array spans longer than 80 | | characters, each element should be broken into its own | | line 45 | ERROR | [x] Object operator not indented correctly; expected 8 | | spaces but found 13 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...iders/aws_cloud/src/Controller/Ec2/ElasticIpAccessControlHandler.php -------------------------------------------------------------------------- FOUND 2 ERRORS AND 1 WARNING AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 40 | WARNING | [ ] Line exceeds 80 characters; contains 113 characters 40 | ERROR | [x] Doc comment short description must end with a full | | stop -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...viders/aws_cloud/src/Controller/Ec2/SnapshotAccessControlHandler.php -------------------------------------------------------------------------- FOUND 2 ERRORS AND 1 WARNING AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 41 | WARNING | [ ] Line exceeds 80 characters; contains 113 characters 41 | ERROR | [x] Doc comment short description must end with a full | | stop -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...vice_providers/aws_cloud/src/Controller/Ec2/AWSKeyPairController.php -------------------------------------------------------------------------- FOUND 10 ERRORS AFFECTING 8 LINES -------------------------------------------------------------------------- 11 | ERROR | [x] Missing class doc comment 15 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 16 | ERROR | [x] Parameter comment indentation must be 3 spaces, found 2 | | spaces 16 | ERROR | [x] Parameter comment must end with a full stop 31 | ERROR | [ ] Missing short description in doc comment 32 | ERROR | [ ] Missing parameter comment 32 | ERROR | [x] Expected "string" but found "String" for parameter type 33 | ERROR | [ ] Missing parameter comment 34 | ERROR | [ ] Description for the @return value is missing 45 | ERROR | [x] Inline comments must start with a capital letter -------------------------------------------------------------------------- PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...s/aws_cloud/src/Controller/Ec2/SecurityGroupAccessControlHandler.php -------------------------------------------------------------------------- FOUND 2 ERRORS AND 1 WARNING AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 41 | WARNING | [ ] Line exceeds 80 characters; contains 113 characters 41 | ERROR | [x] Doc comment short description must end with a full | | stop -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...vice_providers/aws_cloud/src/Controller/Ec2/ElasticIpListBuilder.php -------------------------------------------------------------------------- FOUND 9 ERRORS AND 4 WARNINGS AFFECTING 5 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 38 | WARNING | [ ] Line exceeds 80 characters; contains 106 characters 38 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0 38 | ERROR | [x] 4 spaces found before inline comment; expected "// | | array('data' => t('Public DNS'), 'specifier' => | | 'public_dns'), // Need to get from Network Interface" | | but found "// array('data' => t('Public DNS'), | | 'specifier' => 'public_dns'), // Need to get from | | Network Interface" 38 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing parentheses 53 | WARNING | [ ] Line exceeds 80 characters; contains 85 characters 53 | ERROR | [ ] Comment indentation error, expected only 1 spaces 54 | ERROR | [x] Object operator not indented correctly; expected 8 | | spaces but found 11 62 | WARNING | [ ] Line exceeds 80 characters; contains 87 characters 62 | WARNING | [x] There must be no blank line following an inline | | comment 62 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0 62 | ERROR | [x] 2 spaces found before inline comment; expected "// | | $row['public_dns'] = $entity->getPublicDns(); // Need | | to get from Network Interface" but found "// | | $row['public_dns'] = $entity->getPublicDns(); // Need | | to get from Network Interface" 62 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing parentheses -------------------------------------------------------------------------- PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...roviders/aws_cloud/src/Controller/Ec2/VolumeAccessControlHandler.php -------------------------------------------------------------------------- FOUND 2 ERRORS AND 1 WARNING AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 41 | WARNING | [ ] Line exceeds 80 characters; contains 113 characters 41 | ERROR | [x] Doc comment short description must end with a full | | stop -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...oud_service_providers/aws_cloud/src/Controller/Ec2/ApiController.php -------------------------------------------------------------------------- FOUND 16 ERRORS AND 1 WARNING AFFECTING 12 LINES -------------------------------------------------------------------------- 9 | ERROR | [x] There must be one blank line after the last USE | | statement; 2 found; 13 | WARNING | [ ] Line exceeds 80 characters; contains 82 characters 14 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 19 | ERROR | [x] Doc comment short description must end with a full | | stop 20 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 20 | ERROR | [x] Expected | | "\Drupal\aws_cloud\Service\AwsEc2ServiceInterface" | | but found | | "\Drupal\aws_cloud\Service\AwsEc2ServiceInterface;" | | for @var tag in member variable comment 33 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 34 | ERROR | [x] Parameter comment indentation must be 3 spaces, | | found 2 spaces 34 | ERROR | [x] Parameter comment must end with a full stop 36 | ERROR | [x] Parameter comment indentation must be 3 spaces, | | found 2 spaces 36 | ERROR | [x] Parameter comment must end with a full stop 209 | ERROR | [x] Doc comment short description must end with a full | | stop 210 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 211 | ERROR | [x] Parameter comment indentation must be 3 spaces, | | found 2 spaces 211 | ERROR | [x] Parameter comment must end with a full stop 213 | ERROR | [x] Parameter comment indentation must be 3 spaces, | | found 2 spaces 213 | ERROR | [x] Parameter comment must end with a full stop -------------------------------------------------------------------------- PHPCBF CAN FIX THE 15 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...rvice_providers/aws_cloud/src/Controller/Ec2/SnapshotListBuilder.php -------------------------------------------------------------------------- FOUND 3 ERRORS AND 1 WARNING AFFECTING 3 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 52 | WARNING | [ ] Line exceeds 80 characters; contains 86 characters 52 | ERROR | [ ] Comment indentation error, expected only 1 spaces 53 | ERROR | [x] Object operator not indented correctly; expected 8 | | spaces but found 13 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...service_providers/aws_cloud/src/Controller/Ec2/VolumeListBuilder.php -------------------------------------------------------------------------- FOUND 3 ERRORS AND 1 WARNING AFFECTING 3 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 55 | WARNING | [ ] Line exceeds 80 characters; contains 82 characters 55 | ERROR | [ ] Comment indentation error, expected only 1 spaces 56 | ERROR | [x] Object operator not indented correctly; expected 8 | | spaces but found 13 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...oviders/aws_cloud/src/Controller/Ec2/KeyPairAccessControlHandler.php -------------------------------------------------------------------------- FOUND 2 ERRORS AND 1 WARNING AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 41 | WARNING | [ ] Line exceeds 80 characters; contains 113 characters 41 | ERROR | [x] Doc comment short description must end with a full | | stop -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...rvice_providers/aws_cloud/src/Controller/Ec2/InstanceListBuilder.php -------------------------------------------------------------------------- FOUND 4 ERRORS AND 2 WARNINGS AFFECTING 5 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 9 | WARNING | [ ] Line exceeds 80 characters; contains 107 characters 47 | ERROR | [ ] Comment indentation error, expected only 1 spaces 53 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters 53 | ERROR | [ ] Comment indentation error, expected only 1 spaces 54 | ERROR | [x] Object operator not indented correctly; expected 8 | | spaces but found 13 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ervice_providers/aws_cloud/src/Form/Config/AwsCloudAdminSettings.php -------------------------------------------------------------------------- FOUND 1 ERROR AND 5 WARNINGS AFFECTING 6 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 69 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ) 80 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ) 92 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ) 105 | WARNING | [x] A comma should follow the last multiline array item. | | Found: | | 'https://docs.aws.amazon.com/solutions/latest/instance-scheduler/deployment.html' 114 | WARNING | [x] A comma should follow the last multiline array item. | | Found: | | 'https://docs.aws.amazon.com/solutions/latest/instance-scheduler/components.html' -------------------------------------------------------------------------- PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...service_providers/aws_cloud/src/Form/Ec2/SecurityGroupDeleteForm.php -------------------------------------------------------------------------- FOUND 6 ERRORS AFFECTING 6 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 27 | ERROR | [x] Namespaced classes/interfaces/traits should be | | referenced with use statements 32 | ERROR | [x] Expected 1 space after IF keyword; 0 found 37 | ERROR | [x] Array indentation error, expected 8 spaces but found 20 38 | ERROR | [x] Array indentation error, expected 8 spaces but found 20 39 | ERROR | [x] Array closing indentation error, expected 6 spaces but | | found 17 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...s/cloud_service_providers/aws_cloud/src/Form/Ec2/ImageDeleteForm.php -------------------------------------------------------------------------- FOUND 15 ERRORS AND 2 WARNINGS AFFECTING 15 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 14 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 27 | ERROR | [x] There must be one blank line after the last USE | | statement; 2 found; 40 | ERROR | [x] Expected | | "\Drupal\cloud\Plugin\CloudConfigPluginManagerInterface" | | but found | | "\Drupal\cloud\Plugin\CloudConfigPluginManagerInterface;" | | for @var tag in member variable comment 44 | ERROR | [ ] Parameter $entity_type_manager is not described in | | comment 46 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 46 | ERROR | [ ] Missing parameter comment 47 | ERROR | [ ] Missing parameter comment 48 | ERROR | [ ] Missing parameter comment 53 | ERROR | [ ] Missing parameter comment 53 | ERROR | [ ] Missing parameter name 109 | WARNING | [ ] Line exceeds 80 characters; contains 97 characters 110 | ERROR | [x] Expected 1 space after IF keyword; 0 found 111 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ) 114 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 20 115 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 20 116 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 17 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: .../cloud_service_providers/aws_cloud/src/Form/Ec2/SnapshotEditForm.php -------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...cloud_service_providers/aws_cloud/src/Form/Ec2/InstanceStartForm.php -------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 9 | ERROR | [x] Doc comment short description must end with a full stop 10 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...vice_providers/aws_cloud/src/Form/Ec2/NetworkInterfaceDeleteForm.php -------------------------------------------------------------------------- FOUND 6 ERRORS AND 1 WARNING AFFECTING 7 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 27 | ERROR | [x] Namespaced classes/interfaces/traits should be | | referenced with use statements 32 | ERROR | [x] Expected 1 space after IF keyword; 0 found 33 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ) 37 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 20 38 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 20 39 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 17 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: .../cloud_service_providers/aws_cloud/src/Form/Ec2/InstanceEditForm.php -------------------------------------------------------------------------- FOUND 15 ERRORS AND 5 WARNINGS AFFECTING 16 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 10 | ERROR | [x] There must be one blank line after the last USE | | statement; 2 found; 200 | ERROR | [ ] Doc comment short description must start with a | | capital letter 200 | ERROR | [x] Doc comment short description must end with a full | | stop 218 | ERROR | [x] Inline comments must start with a capital letter 224 | WARNING | [x] A comma should follow the last multiline array item. | | Found: value 228 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ) 230 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ] 238 | ERROR | [x] Inline comments must start with a capital letter 243 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ) 260 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 274 | ERROR | [x] Missing function doc comment 283 | ERROR | [x] Missing function doc comment 290 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ] 290 | ERROR | [x] Closing parenthesis of array declaration must be on | | a new line 295 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found | | 7 295 | ERROR | [x] Closing brace indented incorrectly; expected 4 | | spaces, found 7 301 | ERROR | [x] Missing function doc comment 309 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found | | 5 309 | ERROR | [x] Closing brace indented incorrectly; expected 4 | | spaces, found 5 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 19 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: .../cloud_service_providers/aws_cloud/src/Form/Ec2/VolumeCreateForm.php -------------------------------------------------------------------------- FOUND 6 ERRORS AFFECTING 6 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 40 | ERROR | [x] Array indentation error, expected 6 spaces but found 8 41 | ERROR | [x] Array indentation error, expected 6 spaces but found 8 145 | ERROR | [x] Inline comments must start with a capital letter 181 | ERROR | [x] Comments may not appear after statements 221 | ERROR | [x] Missing function doc comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...cloud_service_providers/aws_cloud/src/Form/Ec2/KeyPairImportForm.php -------------------------------------------------------------------------- FOUND 7 ERRORS AND 1 WARNING AFFECTING 7 LINES -------------------------------------------------------------------------- 10 | ERROR | [x] Doc comment short description must end with a full | | stop 10 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 11 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 32 | ERROR | [x] Array indentation error, expected 6 spaces but found | | 8 33 | ERROR | [x] Array indentation error, expected 6 spaces but found | | 8 74 | ERROR | [x] Inline comments must start with a capital letter 105 | ERROR | [x] Inline comments must start with a capital letter 118 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ) -------------------------------------------------------------------------- PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...s/cloud_service_providers/aws_cloud/src/Form/Ec2/KeyPairEditForm.php -------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...s/cloud_service_providers/aws_cloud/src/Form/Ec2/ImageCreateForm.php -------------------------------------------------------------------------- FOUND 6 ERRORS AFFECTING 5 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 35 | ERROR | [x] Expected | | "\Drupal\cloud\Plugin\CloudConfigPluginManagerInterface" | | but found | | "\Drupal\cloud\Plugin\CloudConfigPluginManagerInterface;" | | for @var tag in member variable comment 41 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 41 | ERROR | [ ] Missing parameter comment 42 | ERROR | [ ] Missing parameter comment 43 | ERROR | [ ] Missing parameter comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...es/cloud_service_providers/aws_cloud/src/Form/Ec2/VolumeEditForm.php -------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...loud_service_providers/aws_cloud/src/Form/Ec2/SnapshotCreateForm.php -------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 121 | ERROR | [x] Functions must not contain multiple empty lines in a | | row; found 2 empty lines -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...loud_service_providers/aws_cloud/src/Form/Ec2/InstanceLaunchForm.php -------------------------------------------------------------------------- FOUND 24 ERRORS AND 2 WARNINGS AFFECTING 17 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 37 | ERROR | [ ] Missing parameter comment 38 | ERROR | [ ] Missing parameter comment 38 | ERROR | [x] Data types in @param tags need to be fully | | namespaced 40 | ERROR | [x] Parameter comment indentation must be 3 spaces, | | found 2 spaces 41 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 41 | ERROR | [ ] Description for the @return value must be on the | | next line 43 | ERROR | [x] Expected 1 blank line before function; 2 found 47 | ERROR | [x] Expected 1 space after IF keyword; 0 found 245 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 246 | ERROR | [ ] Concatenating translatable strings is not allowed, | | use placeholders instead and only one string literal 254 | ERROR | [x] Object operator not indented correctly; expected 8 | | spaces but found 17 269 | ERROR | [x] Doc comment short description must end with a full | | stop 270 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 270 | ERROR | [ ] Missing parameter comment 271 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 271 | ERROR | [ ] Description for the @return value must be on the | | next line 279 | WARNING | [ ] Line exceeds 80 characters; contains 106 characters 284 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected | | "TRUE" but found "true" 284 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected | | "FALSE" but found "false" 291 | ERROR | [x] Space found before square bracket; expected | | "'KernelId']" but found "'KernelId' ]" 291 | ERROR | [x] Space after closing parenthesis of function call | | prohibited 291 | ERROR | [x] Space found before semicolon; expected ");" but | | found ") ;" 293 | ERROR | [x] Space found before square bracket; expected | | "'UserData']" but found "'UserData' ]" 293 | ERROR | [x] Space after closing parenthesis of function call | | prohibited 293 | ERROR | [x] Space found before semicolon; expected ");" but | | found ") ;" -------------------------------------------------------------------------- PHPCBF CAN FIX THE 18 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: .../cloud_service_providers/aws_cloud/src/Form/Ec2/InstanceStopForm.php -------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 10 | ERROR | [ ] Doc comment short description must be on a single line, | | further text should be a separate paragraph 11 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...oud_service_providers/aws_cloud/src/Form/Ec2/ElasticIpDeleteForm.php -------------------------------------------------------------------------- FOUND 3 ERRORS AFFECTING 3 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 26 | ERROR | [x] Namespaced classes/interfaces/traits should be | | referenced with use statements 37 | ERROR | [x] Use "elseif" in place of "else if" -------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: .../cloud_service_providers/aws_cloud/src/Form/Ec2/VolumeDeleteForm.php -------------------------------------------------------------------------- FOUND 7 ERRORS AFFECTING 7 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 27 | ERROR | [x] Namespaced classes/interfaces/traits should be | | referenced with use statements 32 | ERROR | [x] Expected 1 space after IF keyword; 0 found 33 | ERROR | [x] Array indentation error, expected 6 spaces but found 8 37 | ERROR | [x] Array indentation error, expected 8 spaces but found 19 38 | ERROR | [x] Array indentation error, expected 8 spaces but found 19 39 | ERROR | [x] Array closing indentation error, expected 6 spaces but | | found 17 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...les/cloud_service_providers/aws_cloud/src/Form/Ec2/AwsDeleteForm.php -------------------------------------------------------------------------- FOUND 12 ERRORS AFFECTING 10 LINES -------------------------------------------------------------------------- 15 | ERROR | [ ] Doc comment short description must be on a single line, | | further text should be a separate paragraph 21 | ERROR | [ ] Missing short description in doc comment 22 | ERROR | [x] Expected | | "\Drupal\aws_cloud\Service\AwsEc2ServiceInterface" but | | found | | "\Drupal\aws_cloud\Service\AwsEc2ServiceInterface;" for | | @var tag in member variable comment 26 | ERROR | [ ] Missing short description in doc comment 29 | ERROR | [ ] Class property $entity_type_manager should use | | lowerCamel naming without underscores 38 | ERROR | [ ] Parameter $entity_type_manager is not described in | | comment 40 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 40 | ERROR | [ ] Missing parameter comment 41 | ERROR | [ ] Missing parameter comment 42 | ERROR | [ ] Missing parameter comment 45 | ERROR | [ ] Missing parameter comment 45 | ERROR | [ ] Missing parameter name -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: .../cloud_service_providers/aws_cloud/src/Form/Ec2/VolumeAttachForm.php -------------------------------------------------------------------------- FOUND 12 ERRORS AND 3 WARNINGS AFFECTING 10 LINES -------------------------------------------------------------------------- 8 | ERROR | [x] Doc comment short description must end with a full | | stop 37 | WARNING | [ ] Only string literals should be passed to t() where | | possible 43 | ERROR | [x] Missing function doc comment 53 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ) 109 | ERROR | [x] Inline comments must start with a capital letter 109 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 121 | ERROR | [x] Doc comment short description must end with a full | | stop 121 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 122 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 122 | ERROR | [ ] Missing parameter comment 122 | ERROR | [ ] Missing parameter type 123 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 123 | ERROR | [ ] Description for the @return value is missing 128 | WARNING | [x] A comma should follow the last multiline array item. | | Found: $zone 138 | ERROR | [x] Expected 1 newline at end of file; 0 found -------------------------------------------------------------------------- PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...les/cloud_service_providers/aws_cloud/src/Form/Ec2/ImageEditForm.php -------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...service_providers/aws_cloud/src/Form/Ec2/InstanceCreateImageForm.php -------------------------------------------------------------------------- FOUND 5 ERRORS AND 2 WARNINGS AFFECTING 7 LINES -------------------------------------------------------------------------- 1 | ERROR | [x] The PHP open tag must be followed by exactly one | | blank line 7 | ERROR | [x] Doc comment short description must end with a full | | stop 30 | ERROR | [x] Missing function doc comment 43 | ERROR | [x] Expected 1 space before "=>"; 0 found 48 | WARNING | [ ] Avoid backslash escaping in translatable strings when | | possible, use "" quotes instead 72 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ] 93 | ERROR | [x] Expected 1 newline at end of file; 0 found -------------------------------------------------------------------------- PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...oud_service_providers/aws_cloud/src/Form/Ec2/AwsCloudContentForm.php -------------------------------------------------------------------------- FOUND 7 ERRORS AFFECTING 6 LINES -------------------------------------------------------------------------- 12 | ERROR | [x] Missing class doc comment 14 | ERROR | [ ] Missing short description in doc comment 15 | ERROR | [x] Expected | | "\Drupal\aws_cloud\Service\AwsEc2ServiceInterface" but | | found | | "\Drupal\aws_cloud\Service\AwsEc2ServiceInterface;" for | | @var tag in member variable comment 21 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 21 | ERROR | [ ] Missing parameter comment 22 | ERROR | [ ] Missing parameter comment 23 | ERROR | [ ] Missing parameter comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...cloud_service_providers/aws_cloud/src/Form/Ec2/ElasticIpEditForm.php -------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...vice_providers/aws_cloud/src/Form/Ec2/NetworkInterfaceCreateForm.php -------------------------------------------------------------------------- FOUND 5 ERRORS AFFECTING 4 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 137 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing parentheses 139 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing parentheses 140 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected | | "TRUE" but found "true" 140 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected | | "FALSE" but found "false" -------------------------------------------------------------------------- PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...oud_service_providers/aws_cloud/src/Form/Ec2/ElasticIpCreateForm.php -------------------------------------------------------------------------- FOUND 4 ERRORS AND 1 WARNING AFFECTING 5 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 59 | ERROR | [x] The first index in a multi-value array must be on a | | new line 60 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 32 61 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 26 99 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ) -------------------------------------------------------------------------- PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...loud_service_providers/aws_cloud/src/Form/Ec2/InstanceDeleteForm.php -------------------------------------------------------------------------- FOUND 6 ERRORS AND 1 WARNING AFFECTING 7 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 38 | ERROR | [x] Namespaced classes/interfaces/traits should be | | referenced with use statements 44 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ] 47 | ERROR | [x] Expected 1 space after IF keyword; 0 found 50 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 27 51 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 27 52 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 24 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...d_service_providers/aws_cloud/src/Form/Ec2/SecurityGroupEditForm.php -------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ervice_providers/aws_cloud/src/Form/Ec2/NetworkInterfaceEditForm.php -------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: .../cloud_service_providers/aws_cloud/src/Form/Ec2/VolumeDetachForm.php -------------------------------------------------------------------------- FOUND 12 ERRORS AND 2 WARNINGS AFFECTING 9 LINES -------------------------------------------------------------------------- 8 | ERROR | [x] Doc comment short description must end with a full | | stop 30 | ERROR | [x] Missing function doc comment 37 | WARNING | [ ] Only string literals should be passed to t() where | | possible 60 | ERROR | [x] Inline comments must start with a capital letter 60 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing parentheses 71 | ERROR | [x] Doc comment short description must end with a full | | stop 72 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 72 | ERROR | [ ] Missing parameter comment 72 | ERROR | [ ] Missing parameter type 73 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 73 | ERROR | [ ] Description for the @return value is missing 80 | WARNING | [x] A comma should follow the last multiline array item. | | Found: $instance_id 90 | ERROR | [x] Expected 1 newline at end of file; 0 found 90 | ERROR | [x] The closing brace for the class must have an empty | | line before it -------------------------------------------------------------------------- PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...service_providers/aws_cloud/src/Form/Ec2/SecurityGroupCreateForm.php -------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...s/cloud_service_providers/aws_cloud/src/Form/Ec2/ImageImportForm.php -------------------------------------------------------------------------- FOUND 9 ERRORS AND 2 WARNINGS AFFECTING 10 LINES -------------------------------------------------------------------------- 9 | ERROR | [x] There must be one blank line after the last USE | | statement; 2 found; 12 | ERROR | [x] Missing class doc comment 14 | ERROR | [ ] Missing short description in doc comment 15 | ERROR | [x] Expected | | "\Drupal\aws_cloud\Service\AwsEc2ServiceInterface" | | but found | | "\Drupal\aws_cloud\Service\AwsEc2ServiceInterface;" | | for @var tag in member variable comment 28 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 28 | ERROR | [ ] Missing parameter comment 29 | ERROR | [ ] Missing parameter comment 58 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ) 105 | ERROR | [x] Short array syntax must be used to define arrays 106 | ERROR | [x] Short array syntax must be used to define arrays 108 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ] -------------------------------------------------------------------------- PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...cloud_service_providers/aws_cloud/src/Form/Ec2/KeyPairCreateForm.php -------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...loud_service_providers/aws_cloud/src/Form/Ec2/SnapshotDeleteForm.php -------------------------------------------------------------------------- FOUND 6 ERRORS AFFECTING 6 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 27 | ERROR | [x] Namespaced classes/interfaces/traits should be | | referenced with use statements 32 | ERROR | [x] Expected 1 space after IF keyword; 0 found 37 | ERROR | [x] Array indentation error, expected 8 spaces but found 20 38 | ERROR | [x] Array indentation error, expected 8 spaces but found 20 39 | ERROR | [x] Array closing indentation error, expected 6 spaces but | | found 17 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...cloud_service_providers/aws_cloud/src/Form/Ec2/KeyPairDeleteForm.php -------------------------------------------------------------------------- FOUND 7 ERRORS AFFECTING 7 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 27 | ERROR | [x] Namespaced classes/interfaces/traits should be | | referenced with use statements 32 | ERROR | [x] Expected 1 space after IF keyword; 0 found 33 | ERROR | [x] Array indentation error, expected 6 spaces but found 8 37 | ERROR | [x] Array indentation error, expected 8 spaces but found 17 38 | ERROR | [x] Array indentation error, expected 8 spaces but found 17 39 | ERROR | [x] Array closing indentation error, expected 6 spaces but | | found 15 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...iew_temp/modules/cloud_service_providers/aws_cloud/aws_cloud.install -------------------------------------------------------------------------- FOUND 11 ERRORS AND 2 WARNINGS AFFECTING 13 LINES -------------------------------------------------------------------------- 5 | ERROR | [x] Doc comment short description must end with a full | | stop 6 | ERROR | [x] There must be exactly one blank line after the file | | comment 12 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 20 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 29 | ERROR | [x] Doc comment short description must end with a full | | stop 86 | WARNING | [x] A comma should follow the last multiline array item. | | Found: | | 'core.entity_form_display.cloud_server_template.aws_cloud.default.yml' 94 | ERROR | [x] Namespaced classes/interfaces/traits should be | | referenced with use statements 111 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 122 | ERROR | [x] Doc comment short description must end with a full | | stop 128 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 134 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 143 | WARNING | [x] A comma should follow the last multiline array item. | | Found: | | 'core.entity_form_display.cloud_server_template.aws_cloud.default.yml' 151 | ERROR | [x] Namespaced classes/interfaces/traits should be | | referenced with use statements -------------------------------------------------------------------------- PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...rvice_providers/aws_cloud/tests/src/Functional/Config/ConfigTest.php -------------------------------------------------------------------------- FOUND 10 ERRORS AND 3 WARNINGS AFFECTING 13 LINES -------------------------------------------------------------------------- 7 | WARNING | [x] Unused use statement 61 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected | | "TRUE" but found "true" 93 | ERROR | [x] Equals sign not aligned with surrounding | | assignments; expected 7 spaces but found 1 space 94 | ERROR | [x] Equals sign not aligned with surrounding | | assignments; expected 1 space but found 9 spaces 108 | ERROR | [x] Short array syntax must be used to define arrays 110 | ERROR | [x] Short array syntax must be used to define arrays 135 | ERROR | [x] Equals sign not aligned with surrounding | | assignments; expected 7 spaces but found 1 space 136 | ERROR | [x] Equals sign not aligned with surrounding | | assignments; expected 1 space but found 9 spaces 148 | WARNING | [ ] Line exceeds 80 characters; contains 103 characters 150 | WARNING | [ ] Line exceeds 80 characters; contains 88 characters 185 | ERROR | [x] Short array syntax must be used to define arrays 187 | ERROR | [x] Short array syntax must be used to define arrays 205 | ERROR | [ ] Doc comment is empty -------------------------------------------------------------------------- PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...les/cloud_service_providers/aws_cloud/tests/src/Functional/Utils.php -------------------------------------------------------------------------- FOUND 36 ERRORS AFFECTING 17 LINES -------------------------------------------------------------------------- 5 | ERROR | [x] Missing class doc comment 8 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 8 | ERROR | [ ] Description for the @return value must be on the next | | line 10 | ERROR | [x] Expected 1 blank line before function; 0 found 16 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 16 | ERROR | [ ] Description for the @return value must be on the next | | line 20 | ERROR | [x] Expected 1 space between comma and "rand"; 2 found 20 | ERROR | [x] Expected one space after the comma, 2 found 20 | ERROR | [x] Expected 1 space after comma in function call; 2 found 20 | ERROR | [x] Expected one space after the comma, 2 found 21 | ERROR | [x] Expected 1 space after comma in function call; 2 found 21 | ERROR | [x] Expected one space after the comma, 2 found 22 | ERROR | [x] Expected 0 spaces between "'168'" and comma; 8 found 29 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 29 | ERROR | [ ] Description for the @return value must be on the next | | line 33 | ERROR | [x] Expected 0 spaces between "'10'" and comma; 1 found 33 | ERROR | [x] Expected 1 space after comma in function call; 2 found 33 | ERROR | [x] Expected one space after the comma, 2 found 33 | ERROR | [x] Expected 0 spaces between "'/8'" and comma; 1 found 34 | ERROR | [x] Expected 0 spaces between ")" and comma; 1 found 34 | ERROR | [x] Expected 0 spaces between "'0'" and comma; 9 found 34 | ERROR | [x] There should be no white space before a closing "]" 35 | ERROR | [x] Expected 0 spaces between "'168'" and comma; 8 found 35 | ERROR | [x] There should be no white space before a closing "]" 43 | ERROR | [ ] Missing parameter type 43 | ERROR | [x] Parameter comment must be on the next line 44 | ERROR | [ ] Missing parameter type 44 | ERROR | [x] Parameter comment must be on the next line 45 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 45 | ERROR | [ ] Description for the @return value must be on the next | | line 56 | ERROR | [ ] Missing parameter type 56 | ERROR | [x] Parameter comment must be on the next line 57 | ERROR | [ ] Missing parameter type 57 | ERROR | [x] Parameter comment must be on the next line 58 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 58 | ERROR | [ ] Description for the @return value must be on the next | | line -------------------------------------------------------------------------- PHPCBF CAN FIX THE 27 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...rvice_providers/aws_cloud/tests/src/Functional/Ec2/ElasticIpTest.php -------------------------------------------------------------------------- FOUND 13 ERRORS AND 7 WARNINGS AFFECTING 20 LINES -------------------------------------------------------------------------- 78 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 80 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 26 81 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 24 82 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 88 | ERROR | [x] Short array syntax must be used to define arrays 92 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 93 | ERROR | [x] Short array syntax must be used to define arrays 126 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 161 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 163 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 10 164 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 8 165 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 167 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ] 179 | ERROR | [x] Short array syntax must be used to define arrays 180 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ] 186 | ERROR | [x] Missing function doc comment 200 | ERROR | [x] Missing function doc comment 205 | ERROR | [x] Missing function doc comment 209 | ERROR | [x] Expected 1 blank line after function; 0 found 210 | ERROR | [x] The closing brace for the class must have an empty | | line before it -------------------------------------------------------------------------- PHPCBF CAN FIX THE 15 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...d_service_providers/aws_cloud/tests/src/Functional/Ec2/ImageTest.php -------------------------------------------------------------------------- FOUND 24 ERRORS AND 11 WARNINGS AFFECTING 28 LINES -------------------------------------------------------------------------- 23 | ERROR | [x] Expected 1 blank line before function; 0 found 39 | ERROR | [x] Comments may not appear after statements 39 | ERROR | [x] No space found before comment text; expected "// 12 | | digits" but found "//12 digits" 39 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 78 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 80 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 26 81 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 24 82 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 89 | ERROR | [x] Short array syntax must be used to define arrays 122 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 124 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 152 | ERROR | [x] There should be no white space after an opening "{" 152 | ERROR | [x] Comments may not appear after statements 152 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 154 | ERROR | [x] Short array syntax must be used to define arrays 155 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ] 161 | ERROR | [x] Missing function doc comment 182 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 182 | ERROR | [ ] Concatenating translatable strings is not allowed, | | use placeholders instead and only one string literal 186 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 188 | ERROR | [x] Short array syntax must be used to define arrays 191 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 191 | ERROR | [ ] Concatenating translatable strings is not allowed, | | use placeholders instead and only one string literal 193 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 193 | ERROR | [ ] Concatenating translatable strings is not allowed, | | use placeholders instead and only one string literal 195 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 204 | ERROR | [x] Short array syntax must be used to define arrays 205 | WARNING | [x] A comma should follow the last multiline array item. | | Found: $name 209 | ERROR | [x] Missing function doc comment 221 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 223 | ERROR | [x] Array indentation error, expected 6 spaces but found | | 24 224 | ERROR | [x] Array closing indentation error, expected 4 spaces | | but found 22 225 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 232 | ERROR | [x] Missing function doc comment 247 | ERROR | [x] Missing function doc comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 23 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ..._service_providers/aws_cloud/tests/src/Functional/Ec2/VolumeTest.php -------------------------------------------------------------------------- FOUND 11 ERRORS AND 8 WARNINGS AFFECTING 18 LINES -------------------------------------------------------------------------- 13 | WARNING | [x] There must be no blank line following an inline | | comment 83 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 85 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 24 86 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 22 87 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 149 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 24 150 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 22 151 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 186 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 188 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 24 189 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 22 190 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 203 | ERROR | [x] Missing function doc comment 224 | ERROR | [x] Missing function doc comment 229 | ERROR | [x] Missing function doc comment 236 | ERROR | [x] Missing function doc comment 241 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ] 242 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ] 242 | ERROR | [x] Closing parenthesis of array declaration must be on | | a new line -------------------------------------------------------------------------- PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ervice_providers/aws_cloud/tests/src/Functional/Ec2/SnapshotTest.php -------------------------------------------------------------------------- FOUND 7 ERRORS AND 6 WARNINGS AFFECTING 12 LINES -------------------------------------------------------------------------- 16 | WARNING | [x] There must be no blank line following an inline | | comment 79 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 24 80 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 22 81 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 86 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 116 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 151 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 153 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 170 | ERROR | [x] Missing function doc comment 170 | ERROR | [ ] Private method name | | "SnapshotTest::_testUpdateSnapshotRepeat" is not in | | lowerCamel format 192 | ERROR | [x] Missing function doc comment 208 | ERROR | [x] Missing function doc comment 241 | ERROR | [x] Missing function doc comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...viders/aws_cloud/tests/src/Functional/Ec2/VolumeAttachDetachTest.php -------------------------------------------------------------------------- FOUND 17 ERRORS AND 2 WARNINGS AFFECTING 16 LINES -------------------------------------------------------------------------- 10 | ERROR | [x] Doc comment short description must end with a full | | stop 35 | ERROR | [x] Doc comment short description must end with a full | | stop 40 | ERROR | [x] Whitespace found at end of line 41 | ERROR | [x] Missing function doc comment 41 | ERROR | [ ] Private method name | | "VolumeAttachDetachTest::_testVolumeAttachDetach" is | | not in lowerCamel format 43 | ERROR | [x] There should be no white space before a closing ")" 44 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 48 | ERROR | [x] Inline comments must start with a capital letter 48 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 52 | ERROR | [x] Inline comments must start with a capital letter 52 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 61 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 72 | WARNING | [x] A comma should follow the last multiline array item. | | Found: $volume_id 75 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 85 | WARNING | [x] A comma should follow the last multiline array item. | | Found: $volume_id 92 | ERROR | [x] Doc comment short description must end with a full | | stop 106 | ERROR | [x] Doc comment short description must end with a full | | stop 126 | ERROR | [x] Doc comment short description must end with a full | | stop 170 | ERROR | [x] Expected 1 newline at end of file; 0 found -------------------------------------------------------------------------- PHPCBF CAN FIX THE 18 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...e_providers/aws_cloud/tests/src/Functional/Ec2/SecurityGroupTest.php -------------------------------------------------------------------------- FOUND 12 ERRORS AND 6 WARNINGS AFFECTING 18 LINES -------------------------------------------------------------------------- 77 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 79 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 26 80 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 24 81 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 113 | ERROR | [x] Short array syntax must be used to define arrays 116 | ERROR | [x] Short array syntax must be used to define arrays 117 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 26 118 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 24 119 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 120 | ERROR | [x] Short array syntax must be used to define arrays 126 | ERROR | [x] Short array syntax must be used to define arrays 130 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 131 | ERROR | [x] Short array syntax must be used to define arrays 148 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 150 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 26 151 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 24 152 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 165 | ERROR | [ ] Doc comment is empty -------------------------------------------------------------------------- PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...service_providers/aws_cloud/tests/src/Functional/Ec2/KeyPairTest.php -------------------------------------------------------------------------- FOUND 7 ERRORS AND 4 WARNINGS AFFECTING 9 LINES -------------------------------------------------------------------------- 84 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 118 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 120 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 26 121 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 24 122 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 132 | ERROR | [x] There should be no white space after an opening "{" 132 | ERROR | [x] Comments may not appear after statements 132 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 134 | ERROR | [x] Short array syntax must be used to define arrays 135 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ] 141 | ERROR | [ ] Doc comment is empty -------------------------------------------------------------------------- PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ce_providers/aws_cloud/tests/src/Functional/Ec2/AwsCloudTestCase.php -------------------------------------------------------------------------- FOUND 14 ERRORS AND 1 WARNING AFFECTING 15 LINES -------------------------------------------------------------------------- 9 | ERROR | [x] Missing class doc comment 16 | WARNING | [x] A comma should follow the last multiline array item. | | Found: 'aws_cloud' 28 | ERROR | [ ] Class property $cloud_context should use lowerCamel | | naming without underscores 34 | ERROR | [x] Expected 1 blank line before function; 2 found 54 | ERROR | [ ] Description for the @return value must be on the | | next line 61 | ERROR | [ ] Description for the @return value must be on the | | next line 70 | ERROR | [ ] Description for the @return value must be on the | | next line 74 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected | | "TRUE" but found "true" 83 | ERROR | [x] Object operator not indented correctly; expected 6 | | spaces but found 11 86 | ERROR | [x] Missing function doc comment 112 | ERROR | [x] Missing function doc comment 122 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected | | "TRUE" but found "true" 123 | ERROR | [x] Object operator not indented correctly; expected 6 | | spaces but found 11 130 | ERROR | [ ] Description for the @return value must be on the | | next line 148 | ERROR | [ ] Description for the @return value must be on the | | next line -------------------------------------------------------------------------- PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ervice_providers/aws_cloud/tests/src/Functional/Ec2/InstanceTest.php -------------------------------------------------------------------------- FOUND 46 ERRORS AND 15 WARNINGS AFFECTING 53 LINES -------------------------------------------------------------------------- 64 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 152 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 24 153 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 22 154 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 191 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 193 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 26 194 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 24 195 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 205 | ERROR | [x] There should be no white space after an opening "{" 205 | ERROR | [x] Comments may not appear after statements 205 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 207 | ERROR | [x] Short array syntax must be used to define arrays 208 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ] 217 | ERROR | [x] Visibility must be declared on method | | "testUpdateInstances" 268 | ERROR | [x] Visibility must be declared on method | | "testUpdateInstanceAttributes" 272 | ERROR | [x] Missing function doc comment 272 | ERROR | [ ] Private method name | | "InstanceTest::_testUpdateInstanceAttributesRepeat" | | is not in lowerCamel format 287 | WARNING | [x] A comma should follow the last multiline array item. | | Found: $num 321 | WARNING | [x] A comma should follow the last multiline array item. | | Found: $num 326 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 24 327 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 22 328 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 336 | WARNING | [x] A comma should follow the last multiline array item. | | Found: $num 340 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 342 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 350 | ERROR | [x] Visibility must be declared on method | | "testInstanceTerminateConfiguration" 354 | ERROR | [x] Missing function doc comment 354 | ERROR | [ ] Public method name | | "InstanceTest::_testInstanceTerminateConfigurationRepeat" | | is not in lowerCamel format 363 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 30 364 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 28 380 | ERROR | [x] Doc comment short description must end with a full | | stop 386 | ERROR | [x] Missing function doc comment 386 | ERROR | [ ] Private method name | | "InstanceTest::_testImageCreationFromInstance" is | | not in lowerCamel format 389 | ERROR | [x] There must not be a single space before a unary | | operator statement 401 | WARNING | [x] A comma should follow the last multiline array item. | | Found: $i 411 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found | | 0 411 | ERROR | [ ] Comment indentation error, expected only 1 spaces 411 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 442 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 456 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 465 | WARNING | [x] A comma should follow the last multiline array item. | | Found: $i 470 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 474 | WARNING | [x] There must be no blank line following an inline | | comment 511 | WARNING | [x] A comma should follow the last multiline array item. | | Found: $i 516 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 530 | ERROR | [x] Missing function doc comment 530 | ERROR | [ ] Private method name | | "InstanceTest::_testCreateInstanceWithScheduleTag" | | is not in lowerCamel format 554 | WARNING | [x] A comma should follow the last multiline array item. | | Found: $num 565 | ERROR | [x] Missing function doc comment 592 | ERROR | [x] Missing function doc comment 618 | ERROR | [x] Missing function doc comment 641 | ERROR | [x] Missing function doc comment 649 | ERROR | [x] Missing function doc comment 656 | ERROR | [x] Missing function doc comment 662 | ERROR | [x] Missing function doc comment 669 | ERROR | [x] Missing function doc comment 675 | ERROR | [x] Missing function doc comment 692 | ERROR | [x] Missing function doc comment 707 | ERROR | [x] Missing function doc comment 712 | ERROR | [x] Expected 1 blank line after function; 0 found 713 | ERROR | [x] The closing brace for the class must have an empty | | line before it -------------------------------------------------------------------------- PHPCBF CAN FIX THE 50 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...roviders/aws_cloud/tests/src/Functional/Ec2/NetworkInterfaceTest.php -------------------------------------------------------------------------- FOUND 5 ERRORS AND 6 WARNINGS AFFECTING 11 LINES -------------------------------------------------------------------------- 76 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 81 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 119 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 129 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 159 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 161 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 26 162 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 24 163 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 176 | ERROR | [ ] Doc comment is empty 191 | ERROR | [ ] If the line declaring an array spans longer than 80 | | characters, each element should be broken into its | | own line 192 | ERROR | [ ] If the line declaring an array spans longer than 80 | | characters, each element should be broken into its | | own line -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ice_providers/aws_cloud/tests/src/Unit/Service/AwsEc2ServiceMock.php -------------------------------------------------------------------------- FOUND 3 ERRORS AFFECTING 3 LINES -------------------------------------------------------------------------- 8 | ERROR | [x] Doc comment short description must end with a full stop 13 | ERROR | [x] Missing function doc comment 17 | ERROR | [x] Missing function doc comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ice_providers/aws_cloud/tests/src/Unit/Service/AwsEc2ServiceTest.php -------------------------------------------------------------------------- FOUND 5 ERRORS AND 1 WARNING AFFECTING 5 LINES -------------------------------------------------------------------------- 7 | WARNING | [x] Unused use statement 15 | ERROR | [x] Missing function doc comment 15 | ERROR | [x] Expected 1 blank line before function; 0 found 20 | ERROR | [x] Closing parenthesis of array declaration must be on a | | new line 31 | ERROR | [x] Missing function doc comment 40 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found -------------------------------------------------------------------------- PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...aws_cloud/tests/src/Unit/Plugin/AwsCloudServerTemplatePluginTest.php -------------------------------------------------------------------------- FOUND 41 ERRORS AND 5 WARNINGS AFFECTING 42 LINES -------------------------------------------------------------------------- 28 | ERROR | [x] You must use "/**" style comments for a member | | variable comment 29 | ERROR | [x] You must use "/**" style comments for a member | | variable comment 30 | ERROR | [x] You must use "/**" style comments for a member | | variable comment 32 | ERROR | [x] Missing function doc comment 57 | ERROR | [x] A cast statement must be followed by a single space 67 | ERROR | [x] A cast statement must be followed by a single space 88 | ERROR | [x] A cast statement must be followed by a single space 89 | ERROR | [x] A cast statement must be followed by a single space 90 | ERROR | [x] A cast statement must be followed by a single space 91 | ERROR | [x] A cast statement must be followed by a single space 92 | ERROR | [x] A cast statement must be followed by a single space 93 | ERROR | [x] A cast statement must be followed by a single space 94 | ERROR | [x] A cast statement must be followed by a single space 95 | ERROR | [ ] If the line declaring an array spans longer than 80 | | characters, each element should be broken into its | | own line 95 | ERROR | [x] A cast statement must be followed by a single space 96 | ERROR | [x] A cast statement must be followed by a single space 97 | ERROR | [x] A cast statement must be followed by a single space 98 | ERROR | [x] A cast statement must be followed by a single space 99 | ERROR | [ ] If the line declaring an array spans longer than 80 | | characters, each element should be broken into its | | own line 100 | ERROR | [x] A cast statement must be followed by a single space 101 | ERROR | [x] A cast statement must be followed by a single space 102 | ERROR | [x] A cast statement must be followed by a single space 103 | ERROR | [x] A cast statement must be followed by a single space 103 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ] 136 | ERROR | [x] Missing function doc comment 136 | ERROR | [ ] Private method name | | "AwsCloudServerTemplatePluginTest::extract_array_item" | | is not in lowerCamel format 145 | ERROR | [x] Missing function doc comment 162 | ERROR | [x] A cast statement must be followed by a single space 163 | WARNING | [x] A comma should follow the last multiline array item. | | Found: $group_id 204 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ) 209 | WARNING | [x] There must be no blank line following an inline | | comment 219 | ERROR | [x] Space found after square bracket; expected | | "[array_rand" but found "[ | | array_rand" 221 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ] 221 | ERROR | [x] Space found before square bracket; expected ")]" but | | found ") | | ]" 233 | ERROR | [x] Space found after square bracket; expected | | "[array_rand" but found "[ | | array_rand" 234 | ERROR | [x] Array indentation error, expected 10 spaces but | | found 12 235 | ERROR | [x] Space found before square bracket; expected ")]" but | | found ") | | ]" 246 | ERROR | [x] Space found after square bracket; expected | | "[array_rand" but found "[ | | array_rand" 247 | ERROR | [x] Array indentation error, expected 10 spaces but | | found 12 248 | ERROR | [x] Space found before square bracket; expected ")]" but | | found ") | | ]" 264 | ERROR | [x] Space found after square bracket; expected | | "[$array_indice" but found "[ | | $array_indice" 265 | ERROR | [x] Array indentation error, expected 12 spaces but | | found 14 266 | ERROR | [x] Space found before square bracket; expected "]]" but | | found "] | | ]" 267 | ERROR | [x] Space found after square bracket; expected | | "[$array_indice" but found "[ | | $array_indice" 268 | ERROR | [x] Array indentation error, expected 12 spaces but | | found 14 269 | ERROR | [x] Space found before square bracket; expected "]]" but | | found "] | | ]" -------------------------------------------------------------------------- PHPCBF CAN FIX THE 43 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...view_temp/modules/cloud_service_providers/aws_cloud/aws_cloud.module -------------------------------------------------------------------------- FOUND 40 ERRORS AND 10 WARNINGS AFFECTING 43 LINES -------------------------------------------------------------------------- 7 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 9 | ERROR | [x] Additional blank lines found at end of doc comment 18 | ERROR | [x] There must be one blank line after the last USE | | statement; 2 found; 22 | WARNING | [ ] Format should be "* Implements hook_foo().", "* | | Implements hook_foo_BAR_ID_bar() for xyz_bar().",, | | "* Implements hook_foo_BAR_ID_bar() for | | xyz-bar.html.twig.", "* Implements | | hook_foo_BAR_ID_bar() for xyz-bar.tpl.php.", or "* | | Implements hook_foo_BAR_ID_bar() for block | | templates." 24 | ERROR | [x] Expected 1 blank line before function; 2 found 25 | ERROR | [x] Short array syntax must be used to define arrays 26 | ERROR | [x] Short array syntax must be used to define arrays 30 | ERROR | [x] Short array syntax must be used to define arrays 35 | ERROR | [x] Short array syntax must be used to define arrays 36 | ERROR | [x] Short array syntax must be used to define arrays 45 | WARNING | [ ] Format should be "* Implements hook_foo().", "* | | Implements hook_foo_BAR_ID_bar() for xyz_bar().",, | | "* Implements hook_foo_BAR_ID_bar() for | | xyz-bar.html.twig.", "* Implements | | hook_foo_BAR_ID_bar() for xyz-bar.tpl.php.", or "* | | Implements hook_foo_BAR_ID_bar() for block | | templates." 75 | ERROR | [x] Expected 1 space after "="; 2 found 213 | ERROR | [ ] Inline doc block comments are not allowed; use "/* | | Comment */" or "// Comment" instead 222 | ERROR | [x] Namespaced classes/interfaces/traits should be | | referenced with use statements 222 | ERROR | [x] Namespaced classes/interfaces/traits should be | | referenced with use statements 228 | ERROR | [x] Namespaced classes/interfaces/traits should be | | referenced with use statements 238 | WARNING | [ ] Format should be "* Implements hook_foo().", "* | | Implements hook_foo_BAR_ID_bar() for xyz_bar().",, | | "* Implements hook_foo_BAR_ID_bar() for | | xyz-bar.html.twig.", "* Implements | | hook_foo_BAR_ID_bar() for xyz-bar.tpl.php.", or "* | | Implements hook_foo_BAR_ID_bar() for block | | templates." 268 | WARNING | [x] A comma should follow the last multiline array item. | | Found: $images 281 | ERROR | [x] Namespaced classes/interfaces/traits should be | | referenced with use statements 315 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 323 | ERROR | [x] Use "elseif" in place of "else if" 332 | ERROR | [x] Use "elseif" in place of "else if" 385 | WARNING | [ ] Format should be "* Implements hook_foo().", "* | | Implements hook_foo_BAR_ID_bar() for xyz_bar().",, | | "* Implements hook_foo_BAR_ID_bar() for | | xyz-bar.html.twig.", "* Implements | | hook_foo_BAR_ID_bar() for xyz-bar.tpl.php.", or "* | | Implements hook_foo_BAR_ID_bar() for block | | templates." 386 | ERROR | [x] Doc comment short description must end with a full | | stop 386 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 416 | WARNING | [ ] Line exceeds 80 characters; contains 87 characters 417 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 426 | WARNING | [ ] Format should be "* Implements hook_foo().", "* | | Implements hook_foo_BAR_ID_bar() for xyz_bar().",, | | "* Implements hook_foo_BAR_ID_bar() for | | xyz-bar.html.twig.", "* Implements | | hook_foo_BAR_ID_bar() for xyz-bar.tpl.php.", or "* | | Implements hook_foo_BAR_ID_bar() for block | | templates." 427 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 434 | WARNING | [ ] Format should be "* Implements hook_foo().", "* | | Implements hook_foo_BAR_ID_bar() for xyz_bar().",, | | "* Implements hook_foo_BAR_ID_bar() for | | xyz-bar.html.twig.", "* Implements | | hook_foo_BAR_ID_bar() for xyz-bar.tpl.php.", or "* | | Implements hook_foo_BAR_ID_bar() for block | | templates." 435 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 442 | WARNING | [ ] Line exceeds 80 characters; contains 115 characters 480 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 499 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found | | 6 500 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found | | 6 512 | ERROR | [x] Closing parenthesis of array declaration must be on | | a new line 534 | WARNING | [ ] Line exceeds 80 characters; contains 82 characters 534 | ERROR | [x] Doc comment short description must end with a full | | stop 534 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 556 | ERROR | [x] Missing function doc comment 588 | ERROR | [x] Doc comment short description must end with a full | | stop 588 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 592 | ERROR | [x] Inline comments must start with a capital letter 592 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 616 | ERROR | [x] Doc comment short description must end with a full | | stop 617 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 617 | ERROR | [ ] Description for the @return value must be on the | | next line 631 | ERROR | [x] Use "elseif" in place of "else if" 640 | ERROR | [x] Doc comment short description must end with a full | | stop 663 | ERROR | [x] Expected 1 newline at end of file; 0 found -------------------------------------------------------------------------- PHPCBF CAN FIX THE 33 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...es/cloud_server_template/src/Entity/CloudServerTemplateInterface.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES -------------------------------------------------------------------------- 18 | WARNING | [x] There must be no blank line following an inline | | comment 72 | WARNING | [ ] Line exceeds 80 characters; contains 91 characters -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...emp/modules/cloud_server_template/src/Entity/CloudServerTemplate.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 122 | WARNING | Line exceeds 80 characters; contains 94 characters -------------------------------------------------------------------------- FILE: ...er_template/src/Plugin/CloudServerTemplatePluginManagerInterface.php -------------------------------------------------------------------------- FOUND 2 ERRORS AND 2 WARNINGS AFFECTING 4 LINES -------------------------------------------------------------------------- 7 | WARNING | [x] Unused use statement 30 | ERROR | [x] Data types in @param tags need to be fully namespaced 34 | WARNING | [ ] Line exceeds 80 characters; contains 88 characters 36 | ERROR | [ ] Type hint "FormStateInterface" missing for | | $form_state -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ud_server_template/src/Plugin/CloudServerTemplatePluginInterface.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES -------------------------------------------------------------------------- 24 | WARNING | Line exceeds 80 characters; contains 94 characters 26 | WARNING | Line exceeds 80 characters; contains 87 characters 34 | WARNING | Line exceeds 80 characters; contains 88 characters -------------------------------------------------------------------------- FILE: ...c/Plugin/Derivative/CloudServerTemplateCloudContextBundleDeriver.php -------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 18 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...er_template/src/Plugin/Derivative/CloudServerTemplateLocalAction.php -------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 13 | ERROR | [x] Doc comment short description must be on the first line -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ud_server_template/src/Controller/CloudServerTemplateListBuilder.php -------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...oud_server_template/src/Controller/CloudServerTemplateController.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 225 | WARNING | Line exceeds 80 characters; contains 86 characters -------------------------------------------------------------------------- FILE: ...es/cloud_server_template/src/CloudServerTemplateStorageInterface.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES -------------------------------------------------------------------------- 21 | WARNING | Line exceeds 80 characters; contains 92 characters 32 | WARNING | Line exceeds 80 characters; contains 85 characters -------------------------------------------------------------------------- FILE: .../cloud_server_template/src/Form/CloudServerTemplateLaunchConfirm.php -------------------------------------------------------------------------- FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES -------------------------------------------------------------------------- 36 | ERROR | [x] Parameter comment must end with a full stop 38 | ERROR | [ ] Expected type hint | | "CloudServerTemplatePluginManager"; found | | "CloudServerTemplatePluginManagerInterface" for | | $server_template_plugin_manager 96 | WARNING | [ ] Line exceeds 80 characters; contains 86 characters -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...mplate/src/Form/CloudServerTemplateRevisionRevertTranslationForm.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 13 | WARNING | Line exceeds 80 characters; contains 91 characters -------------------------------------------------------------------------- FILE: ...oud_server_template/tests/src/Functional/CloudServerTemplateTest.php -------------------------------------------------------------------------- FOUND 33 ERRORS AND 5 WARNINGS AFFECTING 33 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 14 | WARNING | [x] Unused use statement 91 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 26 92 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 24 93 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 135 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 28 136 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 26 137 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 209 | ERROR | [x] Array indentation error, expected 6 spaces but found | | 24 210 | ERROR | [x] Array closing indentation error, expected 4 spaces | | but found 22 211 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 234 | ERROR | [x] Array indentation error, expected 6 spaces but found | | 26 235 | ERROR | [x] Array closing indentation error, expected 4 spaces | | but found 24 236 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 265 | ERROR | [x] Array indentation error, expected 6 spaces but found | | 24 266 | ERROR | [x] Array closing indentation error, expected 4 spaces | | but found 22 278 | ERROR | [x] Array indentation error, expected 6 spaces but found | | 24 279 | ERROR | [x] Array closing indentation error, expected 4 spaces | | but found 22 300 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 43 301 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 43 333 | ERROR | [x] Doc comment short description must end with a full | | stop 334 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 334 | ERROR | [ ] Description for the @return value must be on the | | next line 359 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 359 | ERROR | [ ] Description for the @return value must be on the | | next line 386 | ERROR | [ ] Parameter comment must start with a capital letter 388 | ERROR | [ ] Parameter comment must start with a capital letter 390 | ERROR | [ ] Type hint "array" missing for $vpcs 390 | ERROR | [ ] Type hint "array" missing for $subnets 399 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 400 | ERROR | [ ] Parameter comment must start with a capital letter 401 | ERROR | [x] Expected "int" but found "Integer" for parameter | | type 401 | ERROR | [x] Data types in @param tags need to be fully | | namespaced 402 | ERROR | [ ] Parameter comment must start with a capital letter 404 | ERROR | [ ] Parameter comment must start with a capital letter 405 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 405 | ERROR | [ ] Description for the @return value must be on the | | next line 407 | ERROR | [ ] Type hint "array" missing for $array -------------------------------------------------------------------------- PHPCBF CAN FIX THE 23 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: .../drupal/pareviewsh/pareview_temp/src/Entity/CloudConfigInterface.php -------------------------------------------------------------------------- FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES -------------------------------------------------------------------------- 24 | ERROR | [x] Expected 1 blank line before function; 0 found 70 | WARNING | [ ] Line exceeds 80 characters; contains 82 characters -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...eb/vendor/drupal/pareviewsh/pareview_temp/src/Entity/CloudConfig.php -------------------------------------------------------------------------- FOUND 7 ERRORS AND 2 WARNINGS AFFECTING 5 LINES -------------------------------------------------------------------------- 119 | WARNING | [ ] Line exceeds 80 characters; contains 85 characters 234 | ERROR | [x] Doc comment short description must end with a full | | stop 246 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters 246 | ERROR | [x] Doc comment short description must end with a full | | stop 246 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 248 | ERROR | [ ] Missing parameter comment 248 | ERROR | [ ] Missing parameter type 249 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 249 | ERROR | [ ] Description for the @return value is missing -------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...vendor/drupal/pareviewsh/pareview_temp/src/CloudContextInterface.php -------------------------------------------------------------------------- FOUND 10 ERRORS AFFECTING 9 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 5 | ERROR | [ ] Doc comment short description must be on a single line, | | further text should be a separate paragraph 7 | ERROR | [x] There must be one blank line after the namespace | | declaration 10 | ERROR | [x] Missing interface doc comment 13 | ERROR | [x] Doc comment short description must end with a full stop 16 | ERROR | [x] Return comment indentation must be 3 spaces, found 2 | | spaces 21 | ERROR | [x] Doc comment short description must end with a full stop 24 | ERROR | [x] Parameter comment must end with a full stop 27 | ERROR | [x] Expected 1 newline at end of file; 0 found 27 | ERROR | [x] The closing brace for the interface must have an empty | | line before it -------------------------------------------------------------------------- PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: .../web/vendor/drupal/pareviewsh/pareview_temp/src/CloudPermissions.php -------------------------------------------------------------------------- FOUND 9 ERRORS AFFECTING 7 LINES -------------------------------------------------------------------------- 11 | ERROR | [x] Doc comment short description must end with a full stop 17 | ERROR | [ ] Missing short description in doc comment 18 | ERROR | [x] Data types in @var tags need to be fully namespaced 18 | ERROR | [x] Do not append variable name "$entityTypeManager." to | | the type declaration in a member variable comment 24 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 24 | ERROR | [ ] Missing parameter comment 40 | ERROR | [x] Doc comment short description must end with a full stop 45 | ERROR | [x] Expected 1 space after FOREACH keyword; 0 found 54 | ERROR | [x] Expected 1 newline at end of file; 0 found -------------------------------------------------------------------------- PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...l/pareviewsh/pareview_temp/src/Plugin/CloudConfigPluginException.php -------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 5 | ERROR | [x] Missing class doc comment 7 | ERROR | [x] Expected 1 newline at end of file; 0 found -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...l/pareviewsh/pareview_temp/src/Plugin/CloudConfigPluginInterface.php -------------------------------------------------------------------------- FOUND 17 ERRORS AFFECTING 12 LINES -------------------------------------------------------------------------- 6 | ERROR | [x] Doc comment short description must end with a full stop 7 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 20 | ERROR | [x] Doc comment short description must end with a full stop 21 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 22 | ERROR | [x] Parameter comment must end with a full stop 23 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 23 | ERROR | [ ] Description for the @return value is missing 28 | ERROR | [x] Doc comment short description must end with a full stop 29 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 29 | ERROR | [ ] Missing parameter comment 29 | ERROR | [ ] Missing parameter type 30 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 30 | ERROR | [ ] Description for the @return value is missing 35 | ERROR | [x] Doc comment short description must end with a full stop 36 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 36 | ERROR | [ ] Description for the @return value is missing 40 | ERROR | [x] Expected 1 newline at end of file; 0 found -------------------------------------------------------------------------- PHPCBF CAN FIX THE 12 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...iewsh/pareview_temp/src/Plugin/CloudConfigPluginManagerInterface.php -------------------------------------------------------------------------- FOUND 28 ERRORS AFFECTING 18 LINES -------------------------------------------------------------------------- 13 | ERROR | [x] Doc comment short description must end with a full stop 14 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 14 | ERROR | [ ] Missing parameter comment 14 | ERROR | [x] Expected "string" but found "String" for parameter type 15 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 15 | ERROR | [ ] Description for the @return value is missing 20 | ERROR | [x] Doc comment short description must end with a full stop 22 | ERROR | [x] Expected "string" but found "String" for parameter type 23 | ERROR | [x] Parameter comment indentation must be 3 spaces, found 2 | | spaces 23 | ERROR | [x] Parameter comment must end with a full stop 24 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 24 | ERROR | [ ] Description for the @return value is missing 29 | ERROR | [x] Doc comment short description must end with a full stop 30 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 30 | ERROR | [ ] Return type missing for @return tag in function comment 31 | ERROR | [x] Return comment indentation must be 3 spaces, found 2 | | spaces 36 | ERROR | [x] Doc comment short description must end with a full stop 37 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 37 | ERROR | [ ] Description for the @return value is missing 42 | ERROR | [x] Doc comment short description must end with a full stop 43 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 43 | ERROR | [ ] Description for the @return value is missing 48 | ERROR | [x] Doc comment short description must end with a full stop 49 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 49 | ERROR | [ ] Description for the @return value must be on the next | | line 54 | ERROR | [x] Doc comment short description must end with a full stop 55 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 55 | ERROR | [ ] Description for the @return value must be on the next | | line -------------------------------------------------------------------------- PHPCBF CAN FIX THE 20 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ewsh/pareview_temp/src/Plugin/views/field/ServerTemplateListLink.php -------------------------------------------------------------------------- FOUND 5 ERRORS AFFECTING 4 LINES -------------------------------------------------------------------------- 13 | ERROR | [x] Doc comment short description must end with a full stop 22 | ERROR | [x] Doc comment short description must end with a full stop 23 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 39 | ERROR | [x] Parameter comment indentation must be 3 spaces, found 2 | | spaces 39 | ERROR | [x] Parameter comment must end with a full stop -------------------------------------------------------------------------- PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...iewsh/pareview_temp/src/Plugin/views/field/CloudInstanceListLink.php -------------------------------------------------------------------------- FOUND 10 ERRORS AFFECTING 7 LINES -------------------------------------------------------------------------- 10 | ERROR | [x] There must be one blank line after the last USE | | statement; 2 found; 14 | ERROR | [x] Doc comment short description must end with a full stop 23 | ERROR | [x] Doc comment short description must end with a full stop 24 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 40 | ERROR | [x] Parameter comment indentation must be 3 spaces, found 2 | | spaces 40 | ERROR | [x] Parameter comment must end with a full stop 61 | ERROR | [ ] Doc comment short description must start with a capital | | letter 61 | ERROR | [x] Doc comment short description must end with a full stop 75 | ERROR | [x] Expected 1 newline at end of file; 0 found 75 | ERROR | [x] The closing brace for the class must have an empty line | | before it -------------------------------------------------------------------------- PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...sh/pareview_temp/src/Plugin/views/access/ViewsCloudContextAccess.php -------------------------------------------------------------------------- FOUND 2 ERRORS AND 1 WARNING AFFECTING 2 LINES -------------------------------------------------------------------------- 11 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 51 | WARNING | [ ] Line exceeds 80 characters; contains 101 characters 51 | ERROR | [x] Inline comments must start with a capital letter -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...pal/pareviewsh/pareview_temp/src/Plugin/CloudConfigPluginManager.php -------------------------------------------------------------------------- FOUND 11 ERRORS AFFECTING 8 LINES -------------------------------------------------------------------------- 27 | ERROR | [ ] Missing short description in doc comment 28 | ERROR | [x] Expected "Stringcloud_context" but found "String | | cloud_context" for @var tag in member variable comment 30 | ERROR | [ ] Class property $cloud_context should use lowerCamel | | naming without underscores 32 | ERROR | [ ] Missing short description in doc comment 33 | ERROR | [x] Do not append variable name "$plugin" to the type | | declaration in a member variable comment 133 | ERROR | [x] Doc comment short description must end with a full | | stop 133 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 135 | ERROR | [ ] Missing parameter comment 135 | ERROR | [x] Expected "string" but found "String" for parameter | | type 136 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 136 | ERROR | [ ] Description for the @return value is missing -------------------------------------------------------------------------- PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...l/pareviewsh/pareview_temp/src/Plugin/Derivative/CloudLocalTasks.php -------------------------------------------------------------------------- FOUND 3 ERRORS AND 1 WARNING AFFECTING 4 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 21 | WARNING | [ ] Line exceeds 80 characters; contains 96 characters 27 | ERROR | [x] Expected 1 blank line after function; 0 found 28 | ERROR | [x] The closing brace for the class must have an empty | | line before it -------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ..._temp/src/Plugin/Derivative/CloudConfigCloudContextBundleDeriver.php -------------------------------------------------------------------------- FOUND 11 ERRORS AFFECTING 7 LINES -------------------------------------------------------------------------- 12 | ERROR | [x] Doc comment short description must end with a full stop 12 | ERROR | [ ] Doc comment short description must be on a single line, | | further text should be a separate paragraph 13 | ERROR | [x] There must be exactly one blank line before the tags in | | a doc comment 17 | ERROR | [ ] Missing short description in doc comment 18 | ERROR | [x] Data types in @var tags need to be fully namespaced 18 | ERROR | [x] Do not append variable name "$entityTypeManager." to | | the type declaration in a member variable comment 25 | ERROR | [ ] Missing parameter comment 25 | ERROR | [ ] Missing parameter type 26 | ERROR | [ ] Missing parameter comment 26 | ERROR | [x] Data types in @param tags need to be fully namespaced 47 | ERROR | [x] There should be no white space before a closing "]" -------------------------------------------------------------------------- PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: .../pareviewsh/pareview_temp/src/Controller/CloudContentListBuilder.php -------------------------------------------------------------------------- FOUND 5 ERRORS AFFECTING 5 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 60 | ERROR | [ ] Comment indentation error, expected only 1 spaces 78 | ERROR | [ ] Inline doc block comments are not allowed; use "/* | | Comment */" or "// Comment" instead 79 | ERROR | [ ] Doc comment short description must start with a capital | | letter 80 | ERROR | [ ] Doc comment short description must be on a single line, | | further text should be a separate paragraph -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...wsh/pareview_temp/src/Controller/CloudConfigAccessControlHandler.php -------------------------------------------------------------------------- FOUND 4 ERRORS AFFECTING 4 LINES -------------------------------------------------------------------------- 27 | ERROR | [x] Expected newline after closing brace 35 | ERROR | [x] Expected newline after closing brace 43 | ERROR | [x] Expected newline after closing brace 51 | ERROR | [x] Expected newline after closing brace -------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...al/pareviewsh/pareview_temp/src/Controller/CloudConfigController.php -------------------------------------------------------------------------- FOUND 8 ERRORS AFFECTING 7 LINES -------------------------------------------------------------------------- 34 | ERROR | [x] Parameter comment must end with a full stop 161 | ERROR | [ ] If the line declaring an array spans longer than 80 | | characters, each element should be broken into its own | | line 196 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 197 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 197 | ERROR | [x] Expected "string" but found "String" for parameter | | type 198 | ERROR | [x] Parameter comment must end with a full stop 201 | ERROR | [ ] Missing parameter comment 203 | ERROR | [ ] Description for the @return value is missing -------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...r/drupal/pareviewsh/pareview_temp/src/Controller/CloudController.php -------------------------------------------------------------------------- FOUND 12 ERRORS AND 16 WARNINGS AFFECTING 26 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 18 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 20 | ERROR | [ ] Description for the @return value must be on the | | next line 28 | WARNING | [ ] Do not pass empty strings to t() 31 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found | | 0 31 | ERROR | [ ] Inline doc block comments are not allowed; use "/* | | Comment */" or "// Comment" instead 33 | ERROR | [x] Doc comment star missing 39 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 41 | ERROR | [ ] Description for the @return value must be on the | | next line 50 | WARNING | [ ] Do not pass empty strings to t() 53 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found | | 0 53 | ERROR | [ ] Inline doc block comments are not allowed; use "/* | | Comment */" or "// Comment" instead 55 | ERROR | [x] Doc comment star missing 63 | ERROR | [ ] Description for the @return value must be on the | | next line 74 | WARNING | [ ] Code after RETURN statement cannot be executed 75 | WARNING | [ ] Code after RETURN statement cannot be executed 78 | WARNING | [ ] Code after RETURN statement cannot be executed 94 | WARNING | [ ] Code after RETURN statement cannot be executed 95 | WARNING | [ ] Code after RETURN statement cannot be executed 98 | WARNING | [ ] Code after RETURN statement cannot be executed 99 | WARNING | [ ] Code after RETURN statement cannot be executed 102 | WARNING | [ ] Code after RETURN statement cannot be executed 104 | WARNING | [ ] Code after RETURN statement cannot be executed 106 | WARNING | [ ] Code after RETURN statement cannot be executed 108 | WARNING | [ ] Code after RETURN statement cannot be executed 109 | WARNING | [ ] Code after RETURN statement cannot be executed 112 | WARNING | [ ] Code after RETURN statement cannot be executed 114 | WARNING | [ ] Code after RETURN statement cannot be executed -------------------------------------------------------------------------- PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...l/pareviewsh/pareview_temp/src/Controller/CloudConfigListBuilder.php -------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 20 | ERROR | [x] Expected 1 blank line before function; 2 found -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: .../pareview_temp/src/Form/CloudConfigRevisionRevertTranslationForm.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 13 | WARNING | Line exceeds 80 characters; contains 82 characters -------------------------------------------------------------------------- FILE: .../drupal/pareviewsh/pareview_temp/src/Form/CloudContentDeleteForm.php -------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...vendor/drupal/pareviewsh/pareview_temp/src/Form/CloudContentForm.php -------------------------------------------------------------------------- FOUND 4 ERRORS AFFECTING 4 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 66 | ERROR | [ ] Missing parameter type 101 | ERROR | [x] Equals sign not aligned with surrounding assignments; | | expected 1 space but found 2 spaces 108 | ERROR | [x] Equals sign not aligned with surrounding assignments; | | expected 1 space but found 2 spaces -------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: .../vendor/drupal/pareviewsh/pareview_temp/src/Form/CloudConfigForm.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 69 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ] -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ite1101/web/vendor/drupal/pareviewsh/pareview_temp/cloud.console.inc -------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 7 | ERROR | [x] Additional blank lines found at end of doc comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/cloud.module -------------------------------------------------------------------------- FOUND 5 ERRORS AND 3 WARNINGS AFFECTING 7 LINES -------------------------------------------------------------------------- 6 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 7 | ERROR | [x] There must be exactly one blank line after the file | | comment 44 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found 45 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found 63 | WARNING | [ ] Line exceeds 80 characters; contains 85 characters 64 | WARNING | [ ] Line exceeds 80 characters; contains 87 characters 67 | WARNING | [ ] Hook implementations should not duplicate @param | | documentation 67 | ERROR | [ ] Missing parameter comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...00/site1101/web/vendor/drupal/pareviewsh/pareview_temp/cloud.install -------------------------------------------------------------------------- FOUND 3 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 5 | ERROR | [x] Doc comment short description must end with a full stop 10 | ERROR | [x] Doc comment short description must end with a full stop 10 | ERROR | [ ] Doc comment short description must be on a single line, | | further text should be a separate paragraph -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- Time: 32.03 secs; Memory: 26Mb
/var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 6, col 3, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 11, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 11, col 10, Error - 'selectAllTemplateOptions' is defined but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 13, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 14, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 15, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 16, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 17, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 17, col 55, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 20, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 20, col 10, Error - 'moveElement' is defined but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 20, col 30, Error - Multiple spaces found before 'second'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 22, col 21, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 22, col 30, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 23, col 31, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 24, col 3, Error - Unexpected space between function name and paren. (no-spaced-func) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 24, col 23, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 24, col 36, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 24, col 39, Error - Multiple spaces found before 'selectedState'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 24, col 53, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 24, col 56, Error - Multiple spaces found before 'true'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 24, col 61, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 24, col 64, Error - Multiple spaces found before '""'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 24, col 64, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 24, col 67, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 28, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 29, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 31, col 3, Error - Expected { after 'if' condition. (curly) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 31, col 22, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 31, col 31, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 32, col 13, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 32, col 18, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 37, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 37, col 10, Error - 'moveElementUp' is defined but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 39, col 7, Error - 'obj' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 39, col 18, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 40, col 3, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 41, col 3, Error - Unexpected space between function name and paren. (no-spaced-func) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 41, col 16, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 41, col 22, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 45, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 45, col 10, Error - 'moveElementDown' is defined but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 46, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 47, col 7, Error - 'obj' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 47, col 18, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 48, col 3, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 49, col 3, Error - Unexpected space between function name and paren. (no-spaced-func) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 49, col 18, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 49, col 24, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 51, col 2, Error - Newline required at end of file but not found. (eol-last) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 10, col 30, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 11, col 64, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 14, col 2, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 15, col 29, Error - Missing space before function parentheses. (space-before-function-paren) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 16, col 47, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 16, col 86, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 17, col 2, Error - Expected indentation of 2 spaces but found 1. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 19, col 1, Error - Expected indentation of 2 spaces but found 0. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 20, col 20, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 21, col 45, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 21, col 84, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 22, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 24, col 6, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 25, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 28, col 46, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 29, col 42, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 30, col 20, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 30, col 41, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 30, col 45, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 30, col 71, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 30, col 73, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 31, col 20, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 31, col 29, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 32, col 6, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 32, col 21, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 32, col 28, Error - Multiple spaces found before '&&'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 32, col 60, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 32, col 66, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 33, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 33, col 20, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 37, col 50, Error - Multiple spaces found before ';'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 37, col 50, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 37, col 51, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 38, col 22, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 39, col 17, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 39, col 22, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 40, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 41, col 6, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 41, col 18, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 41, col 21, Error - Unexpected space after unary operator '-'. (space-unary-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 42, col 31, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 42, col 46, Error - Multiple spaces found before ''operation=''. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 42, col 66, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 42, col 68, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 44, col 56, Error - Multiple spaces found before ';'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 44, col 56, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 44, col 57, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 45, col 26, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 45, col 48, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 45, col 67, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 45, col 70, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 45, col 70, Error - Multiple spaces found before ';'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 45, col 71, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 46, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 47, col 8, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 47, col 27, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 48, col 10, Error - Multiple spaces found before 'fltr_end_index'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 48, col 27, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 48, col 27, Error - Multiple spaces found before '!='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 48, col 33, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 49, col 9, Error - Expected indentation of 6 spaces but found 8. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 49, col 35, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 49, col 73, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 49, col 90, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 49, col 92, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 50, col 9, Error - Expected indentation of 6 spaces but found 8. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 50, col 26, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 50, col 36, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 50, col 37, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 51, col 6, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 52, col 4, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 53, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 54, col 64, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 55, col 14, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 55, col 16, Error - There should be no space after '{'. (object-curly-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 55, col 18, Error - Properties shouldn't be quoted as all quotes are redundant. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 55, col 18, Error - Extra space after key 'order'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 55, col 43, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 56, col 18, Error - Extra space after key 'sort'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 56, col 18, Error - Expected indentation of 4 spaces but found 17. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 56, col 18, Error - Properties shouldn't be quoted as all quotes are redundant. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 57, col 17, Error - Properties shouldn't be quoted as all quotes are redundant. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 57, col 17, Error - Expected indentation of 4 spaces but found 16. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 57, col 17, Error - Extra space after key 'operation'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 58, col 18, Error - Extra space after key 'filter'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 58, col 18, Error - Expected indentation of 4 spaces but found 17. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 58, col 18, Error - Properties shouldn't be quoted as all quotes are redundant. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 58, col 43, Error - Unexpected trailing comma. (comma-dangle) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 58, col 44, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 59, col 16, Error - Expected indentation of 2 spaces but found 15. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 59, col 17, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 60, col 14, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 61, col 35, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 62, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 63, col 2, Error - Expected indentation of 0 spaces but found 1. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 64, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 65, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 66, col 1, Error - Expected indentation of 2 spaces but found 0. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 69, col 78, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 70, col 78, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 71, col 19, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 71, col 29, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 72, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 74, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 76, col 71, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 79, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 80, col 60, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 82, col 6, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 84, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 85, col 60, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 86, col 34, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 86, col 47, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 86, col 47, Error - Multiple spaces found before ','. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 86, col 60, Error - Multiple spaces found before ')'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 86, col 60, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 86, col 62, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 86, col 63, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 87, col 34, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 87, col 47, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 87, col 60, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 87, col 62, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 88, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 89, col 66, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 90, col 64, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 91, col 6, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 92, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 93, col 49, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 96, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 98, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 99, col 53, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 99, col 54, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 104, col 12, Error - Newline required at end of file but not found. (eol-last) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 3, col 1, Warning - Missing JSDoc for parameter 'context'. (valid-jsdoc) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 8, col 35, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 9, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 11, col 13, Error - Missing space before function parentheses. (space-before-function-paren) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 12, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 13, col 7, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 15, col 17, Error - Missing space before function parentheses. (space-before-function-paren) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 18, col 8, Error - Missing semicolon. (semi) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 19, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 20, col 7, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 21, col 26, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 22, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 23, col 7, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 24, col 33, Error - A space is required after ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 25, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 26, col 57, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 30, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 32, col 11, Error - Extra space after key 'left'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 32, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 32, col 25, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 33, col 11, Error - Extra space after key 'top'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 33, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 33, col 25, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 34, col 11, Error - Extra space after key 'z-index'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 34, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 37, col 4, Error - Missing semicolon. (semi) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 38, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 40, col 13, Error - Missing space before function parentheses. (space-before-function-paren) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 41, col 7, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 42, col 47, Error - A space is required after ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 44, col 4, Error - Missing semicolon. (semi) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 45, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 47, col 9, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 49, col 7, Error - Split 'var' declarations into multiple statements. (one-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 52, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 53, col 9, Error - Expected indentation of 6 spaces but found 8. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 54, col 9, Error - Expected indentation of 6 spaces but found 8. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 61, col 11, Error - Split 'var' declarations into multiple statements. (one-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 65, col 30, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 65, col 43, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 65, col 56, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 65, col 113, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 68, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 69, col 7, Error - Split 'var' declarations into multiple statements. (one-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 70, col 7, Error - Expected indentation of 8 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 71, col 7, Error - Expected indentation of 8 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 72, col 7, Error - Expected indentation of 8 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 73, col 7, Error - Expected indentation of 8 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 73, col 7, Error - Split 'var' declarations into multiple statements. (one-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 74, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 75, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 75, col 11, Error - 'popangle' is assigned a value but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 76, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 76, col 19, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 76, col 36, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 77, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 78, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 78, col 11, Error - 'delta' is assigned a value but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 79, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 79, col 20, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 79, col 37, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 80, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 80, col 60, Error - Inconsistently quoted property 'gradient' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 80, col 70, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 80, col 87, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 80, col 100, Error - Inconsistently quoted property 'stroke' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 80, col 116, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 80, col 135, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 80, col 145, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 81, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 81, col 28, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 81, col 54, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 81, col 75, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 82, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 83, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 84, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 17, Error - 'txt' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 55, Error - Inconsistently quoted property 'fill' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 61, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 72, Error - Inconsistently quoted property 'stroke' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 80, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 88, Error - Inconsistently quoted property 'opacity' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 100, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 115, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 137, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 150, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 158, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 173, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 181, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 196, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 86, col 17, Error - 'txt_dot' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 86, col 46, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 86, col 57, Error - Inconsistently quoted property 'fill' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 86, col 71, Error - Inconsistently quoted property 'stroke' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 86, col 79, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 86, col 87, Error - Inconsistently quoted property 'opacity' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 86, col 99, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 86, col 136, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 86, col 149, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 86, col 157, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 86, col 172, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 86, col 180, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 86, col 195, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 88, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 17, Error - 'txt' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 17, Error - 'txt' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 55, Error - Inconsistently quoted property 'fill' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 61, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 72, Error - Inconsistently quoted property 'stroke' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 80, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 88, Error - Inconsistently quoted property 'opacity' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 100, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 137, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 150, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 158, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 173, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 181, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 196, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 17, Error - 'txt_dot' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 17, Error - 'txt_dot' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 46, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 57, Error - Inconsistently quoted property 'fill' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 71, Error - Inconsistently quoted property 'stroke' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 79, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 87, Error - Inconsistently quoted property 'opacity' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 99, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 136, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 149, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 157, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 172, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 180, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 195, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 93, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 95, col 7, Error - Expected indentation of 8 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 96, col 52, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 97, col 9, Error - 'txt' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 97, col 9, Error - 'txt' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 97, col 39, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 98, col 9, Error - 'txt_dot' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 98, col 9, Error - 'txt_dot' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 98, col 43, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 99, col 9, Error - Expected indentation of 6 spaces but found 8. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 100, col 50, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 101, col 11, Error - 'txt' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 101, col 11, Error - 'txt' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 102, col 11, Error - 'txt_dot' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 102, col 11, Error - 'txt_dot' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 106, col 20, Error - 'txt' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 106, col 20, Error - 'txt' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 107, col 20, Error - 'txt_dot' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 107, col 20, Error - 'txt_dot' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 110, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 111, col 16, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 111, col 43, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 111, col 51, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 112, col 25, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 115, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 116, col 16, Error - 'i' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 116, col 16, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 116, col 23, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 116, col 27, Error - 'ii' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 116, col 31, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 117, col 17, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 119, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 122, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 125, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 126, col 24, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 127, col 7, Error - Split 'var' declarations into multiple statements. (one-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 127, col 19, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 127, col 64, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 129, col 9, Error - 'columnWidth' is assigned a value but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 131, col 29, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 131, col 90, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 133, col 7, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 135, col 7, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 136, col 34, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 138, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 140, col 3, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 141, col 5, Error - Split 'var' declarations into multiple statements. (one-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 141, col 9, Error - 'data' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 142, col 7, Error - 'labels' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 143, col 21, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 146, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 147, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 148, col 13, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 148, col 101, Error - 'data' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 148, col 107, Error - 'labels' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 148, col 115, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 148, col 123, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 150, col 3, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 154, col 90, Error - Missing semicolon. (semi) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 157, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 158, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 160, col 9, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 161, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 162, col 5, Error - Split 'var' declarations into multiple statements. (one-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 162, col 9, Error - 'data' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 162, col 9, Error - 'data' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 163, col 7, Error - 'labels' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 163, col 7, Error - 'labels' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 164, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 165, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 166, col 5, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 167, col 46, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 168, col 14, Error - 'data' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 170, col 5, Error - Expected indentation of 8 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 170, col 31, Error - Extra space before value for key 'one'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 171, col 35, Error - 'labels' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 171, col 35, Error - Extra space before value for key 'labels'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 172, col 35, Error - Extra space before value for key 'colours'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 172, col 42, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 173, col 9, Error - Extra space after key 'hover_color'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 173, col 35, Error - Extra space before value for key 'hover_color'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 173, col 35, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 174, col 9, Error - Extra space after key 'datalabels'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 174, col 35, Error - Extra space before value for key 'datalabels'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 174, col 42, Error - 'data' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 175, col 5, Error - Expected indentation of 8 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 175, col 31, Error - Extra space before value for key 'background_colour'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 176, col 35, Error - Extra space before value for key 'grid'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 177, col 5, Error - Expected indentation of 8 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 177, col 31, Error - Extra space before value for key 'width'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 180, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 181, col 5, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 184, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 185, col 31, Error - A space is required after ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 186, col 7, Error - Split 'var' declarations into multiple statements. (one-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 186, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 187, col 7, Error - Expected indentation of 8 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 187, col 13, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 187, col 15, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 189, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 189, col 19, Error - Unexpected use of undefined. (no-undefined) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 189, col 34, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 190, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 190, col 7, Error - Expected space(s) after "while". (keyword-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 191, col 7, Error - Expected indentation of 8 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 191, col 44, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 191, col 48, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 193, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 195, col 2, Error - Missing semicolon. (semi) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 195, col 2, Error - Newline required at end of file but not found. (eol-last) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.js: line 27, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.js: line 29, col 2, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.js: line 73, col 33, Error - Missing space before function parentheses. (space-before-function-paren) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.js: line 81, col 54, Error - Multiple spaces found before ')'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.js: line 81, col 54, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.js: line 83, col 52, Error - Multiple spaces found before ')'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.js: line 83, col 52, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 4, col 7, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 8, col 10, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 9, col 8, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 15, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 16, col 10, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 16, col 31, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 18, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 25, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 27, col 15, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 27, col 18, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 28, col 11, Error - 'selected1' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 28, col 20, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 29, col 11, Error - 'selected2' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 29, col 20, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 30, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 31, col 20, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 31, col 23, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 32, col 11, Error - 'selected1' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 32, col 11, Error - 'selected1' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 32, col 20, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 33, col 11, Error - 'selected2' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 33, col 11, Error - 'selected2' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 33, col 20, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 34, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 37, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 40, col 15, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 40, col 20, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 42, col 35, Error - 'selected1' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 42, col 35, Error - 'selected1' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 43, col 9, Error - Expected indentation of 6 spaces but found 8. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 45, col 18, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 46, col 37, Error - 'selected2' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 46, col 37, Error - 'selected2' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 47, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 48, col 9, Error - Expected indentation of 6 spaces but found 8. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 49, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 50, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 51, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 52, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 58, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 58, col 10, Error - 'selectMatchingOptions' is defined but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 59, col 45, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 60, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 66, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 66, col 10, Error - 'selectOnlyMatchingOptions' is defined but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 67, col 45, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 68, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 72, col 15, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 74, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 75, col 45, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 76, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 77, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 83, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 84, col 11, Error - The array literal notation [] is preferrable. (no-array-constructor) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 86, col 12, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 86, col 13, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 86, col 17, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 86, col 18, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 86, col 39, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 87, col 29, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 87, col 43, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 87, col 53, Error - Multiple spaces found before 'obj'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 87, col 65, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 87, col 76, Error - Multiple spaces found before 'obj'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 87, col 88, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 87, col 109, Error - Multiple spaces found before 'obj'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 87, col 121, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 87, col 134, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 88, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 89, col 15, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 89, col 15, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 90, col 14, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 91, col 13, Error - Missing space before function parentheses. (space-before-function-paren) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 91, col 21, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 92, col 18, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 92, col 19, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 92, col 32, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 92, col 33, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 93, col 18, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 93, col 19, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 93, col 32, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 93, col 33, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 95, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 95, col 8, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 98, col 12, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 98, col 12, Error - 'i' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 98, col 13, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 98, col 17, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 98, col 18, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 98, col 29, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 99, col 17, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 99, col 35, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 99, col 45, Error - Multiple spaces found before 'o'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 99, col 47, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 99, col 58, Error - Multiple spaces found before 'o'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 99, col 60, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 99, col 81, Error - Multiple spaces found before 'o'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 99, col 83, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 100, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 101, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 105, col 67, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 107, col 65, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 110, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 112, col 13, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 112, col 18, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 114, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 115, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 116, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 126, col 68, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 132, col 67, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 135, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 137, col 23, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 139, col 15, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 139, col 18, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 141, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 142, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 145, col 12, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 145, col 13, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 145, col 17, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 145, col 18, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 145, col 40, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 146, col 9, Error - 'o' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 146, col 26, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 147, col 9, Error - 'o' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 148, col 34, Error - 'index' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 149, col 2, Error - Expected indentation of 6 spaces but found 1. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 149, col 13, Error - 'index' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 149, col 13, Error - 'index' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 149, col 18, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 150, col 18, Error - 'index' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 150, col 18, Error - 'index' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 150, col 37, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 150, col 39, Error - 'o' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 150, col 48, Error - Multiple spaces found before 'o'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 150, col 48, Error - 'o' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 150, col 58, Error - Multiple spaces found before 'false'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 150, col 66, Error - Multiple spaces found before 'false'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 151, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 152, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 154, col 12, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 154, col 12, Error - 'i' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 154, col 13, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 154, col 34, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 154, col 39, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 154, col 40, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 154, col 45, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 155, col 9, Error - 'o' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 155, col 9, Error - 'o' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 155, col 26, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 156, col 9, Error - 'o' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 157, col 20, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 158, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 159, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 160, col 24, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 160, col 44, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 160, col 44, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 161, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 162, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 162, col 28, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 162, col 39, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 162, col 39, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 163, col 7, Error - Opening curly brace does not appear on the same line as controlling statement. (brace-style) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 167, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 168, col 3, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 169, col 3, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 170, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 174, col 65, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 177, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 178, col 17, Error - The object literal notation {} is preferrable. (no-new-object) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 180, col 14, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 180, col 15, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 180, col 19, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 180, col 20, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 180, col 40, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 181, col 26, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 181, col 49, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 182, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 183, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 185, col 12, Error - 'i' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 185, col 12, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 185, col 13, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 185, col 17, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 185, col 18, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 185, col 40, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 186, col 26, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 188, col 56, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 188, col 59, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 188, col 90, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 188, col 90, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 189, col 36, Error - 'index' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 190, col 2, Error - Expected indentation of 8 spaces but found 1. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 190, col 13, Error - 'index' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 190, col 13, Error - 'index' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 190, col 18, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 191, col 20, Error - 'index' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 191, col 20, Error - 'index' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 191, col 39, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 191, col 50, Error - Multiple spaces found before 'o'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 191, col 60, Error - Multiple spaces found before 'false'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 191, col 68, Error - Multiple spaces found before 'false'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 192, col 9, Error - Expected indentation of 6 spaces but found 8. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 193, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 194, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 195, col 24, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 195, col 44, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 195, col 44, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 197, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 200, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 206, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 206, col 10, Error - 'moveAllOptions' is defined but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 208, col 23, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 208, col 23, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 210, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 211, col 28, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 211, col 28, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 213, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 214, col 28, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 214, col 28, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 216, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 217, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 224, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 224, col 10, Error - 'copyAllOptions' is defined but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 226, col 23, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 226, col 23, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 228, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 229, col 28, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 229, col 28, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 231, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 232, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 238, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 242, col 37, Error - Multiple spaces found before 'o'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 242, col 50, Error - Multiple spaces found before 'o'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 242, col 73, Error - Multiple spaces found before 'o'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 243, col 12, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 243, col 37, Error - Multiple spaces found before 'o'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 243, col 50, Error - Multiple spaces found before 'o'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 243, col 73, Error - Multiple spaces found before 'o'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 248, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 249, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 254, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 254, col 10, Error - 'moveOptionUp' is defined but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 256, col 9, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 256, col 14, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 258, col 13, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 258, col 35, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 259, col 30, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 260, col 22, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 261, col 9, Error - Expected indentation of 6 spaces but found 8. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 262, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 263, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 264, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 270, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 270, col 10, Error - 'moveOptionDown' is defined but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 272, col 9, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 272, col 28, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 272, col 33, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 274, col 13, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 274, col 35, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 274, col 42, Error - Unexpected space after unary operator '!'. (space-unary-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 274, col 57, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 275, col 30, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 276, col 22, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 277, col 9, Error - Expected indentation of 6 spaces but found 8. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 278, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 279, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 280, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 287, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 287, col 10, Error - 'removeSelectedOptions' is defined but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 287, col 39, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 289, col 16, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 289, col 16, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 289, col 18, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 291, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 293, col 15, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 293, col 36, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 293, col 42, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 293, col 53, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 294, col 12, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 294, col 29, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 295, col 24, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 296, col 32, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 297, col 9, Error - Expected indentation of 6 spaces but found 8. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 297, col 10, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 298, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 299, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 300, col 27, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 301, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 301, col 4, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 307, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 307, col 10, Error - 'removeAllOptions' is defined but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 307, col 34, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 309, col 13, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 309, col 34, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 309, col 40, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 309, col 51, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 310, col 28, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 311, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 311, col 6, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 312, col 27, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 313, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 313, col 4, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 319, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 319, col 10, Error - 'addOption' is defined but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 320, col 10, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 320, col 31, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 321, col 57, Error - Multiple spaces found before 'value'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 321, col 65, Error - Multiple spaces found before 'false'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 321, col 73, Error - Multiple spaces found before 'selected'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 322, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 323, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud_form.js: line 1, col 2, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud_form.js: line 3, col 5, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud_form.js: line 3, col 54, Error - Missing space before function parentheses. (space-before-function-paren) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 6, col 3, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 9, col 30, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 10, col 64, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 12, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 13, col 2, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 14, col 29, Error - Missing space before function parentheses. (space-before-function-paren) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 15, col 43, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 15, col 82, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 16, col 2, Error - Expected indentation of 2 spaces but found 1. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 18, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 20, col 1, Error - Expected indentation of 2 spaces but found 0. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 21, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 22, col 20, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 23, col 41, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 23, col 80, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 24, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 26, col 6, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 27, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 29, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 30, col 46, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 31, col 42, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 32, col 20, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 32, col 41, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 32, col 45, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 32, col 71, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 32, col 73, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 33, col 20, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 33, col 29, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 34, col 6, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 34, col 21, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 35, col 8, Error - Multiple spaces found before 'sort_img_src'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 35, col 37, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 35, col 43, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 36, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 37, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 37, col 20, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 41, col 17, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 41, col 49, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 42, col 16, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 43, col 52, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 43, col 52, Error - Multiple spaces found before ';'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 43, col 53, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 44, col 6, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 44, col 25, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 44, col 28, Error - Unexpected space after unary operator '-'. (space-unary-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 45, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 46, col 46, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 46, col 65, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 46, col 68, Error - Multiple spaces found before ';'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 46, col 68, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 46, col 69, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 47, col 8, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 47, col 25, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 47, col 31, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 47, col 34, Error - Multiple spaces found before '{'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 48, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 49, col 40, Error - Multiple spaces found before ';'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 49, col 40, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 51, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 52, col 29, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 52, col 65, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 52, col 82, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 52, col 84, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 54, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 55, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 56, col 47, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 59, col 19, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 59, col 58, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 60, col 19, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 60, col 55, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 61, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 62, col 60, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 63, col 14, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 63, col 16, Error - There should be no space after '{'. (object-curly-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 63, col 18, Error - Extra space after key 'order'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 63, col 18, Error - Properties shouldn't be quoted as all quotes are redundant. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 63, col 43, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 64, col 18, Error - Properties shouldn't be quoted as all quotes are redundant. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 64, col 18, Error - Expected indentation of 4 spaces but found 17. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 64, col 18, Error - Extra space after key 'sort'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 65, col 18, Error - Expected indentation of 4 spaces but found 17. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 65, col 18, Error - Properties shouldn't be quoted as all quotes are redundant. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 65, col 18, Error - Extra space after key 'operation'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 66, col 18, Error - Extra space after key 'filter'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 66, col 18, Error - Properties shouldn't be quoted as all quotes are redundant. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 66, col 18, Error - Expected indentation of 4 spaces but found 17. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 66, col 44, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 67, col 18, Error - Properties shouldn't be quoted as all quotes are redundant. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 67, col 18, Error - Expected indentation of 4 spaces but found 17. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 67, col 18, Error - Extra space after key 'page'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 67, col 41, Error - Unexpected trailing comma. (comma-dangle) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 67, col 42, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 68, col 16, Error - Expected indentation of 2 spaces but found 15. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 68, col 18, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 69, col 38, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 70, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 71, col 2, Error - Expected indentation of 0 spaces but found 1. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 72, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 73, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 74, col 1, Error - Expected indentation of 2 spaces but found 0. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 76, col 43, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 77, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 78, col 74, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 79, col 74, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 80, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 81, col 19, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 81, col 29, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 82, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 84, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 86, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 87, col 67, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 90, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 91, col 56, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 93, col 6, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 95, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 96, col 56, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 97, col 34, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 97, col 47, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 97, col 47, Error - Multiple spaces found before ','. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 97, col 60, Error - Multiple spaces found before ')'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 97, col 60, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 97, col 62, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 97, col 63, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 98, col 34, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 98, col 47, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 98, col 60, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 98, col 62, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 99, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 100, col 62, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 101, col 60, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 102, col 6, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 103, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 104, col 49, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 107, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 109, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 110, col 9, Error - Expected indentation of 6 spaces but found 8. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 110, col 51, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_instances.js: line 110, col 52, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 9, col 25, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 10, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 11, col 2, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 12, col 29, Error - Missing space before function parentheses. (space-before-function-paren) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 14, col 2, Error - Expected indentation of 2 spaces but found 1. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 15, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 16, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 18, col 1, Error - Expected indentation of 2 spaces but found 0. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 19, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 21, col 6, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 22, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 24, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 25, col 46, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 26, col 42, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 27, col 20, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 27, col 41, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 27, col 45, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 27, col 71, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 27, col 73, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 28, col 20, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 28, col 29, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 29, col 6, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 29, col 21, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 30, col 8, Error - Multiple spaces found before 'sort_img_src'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 30, col 37, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 30, col 43, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 31, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 32, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 32, col 20, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 33, col 4, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 34, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 35, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 36, col 17, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 36, col 49, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 37, col 16, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 38, col 52, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 38, col 52, Error - Multiple spaces found before ';'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 38, col 53, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 39, col 6, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 39, col 25, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 39, col 28, Error - Unexpected space after unary operator '-'. (space-unary-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 40, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 41, col 46, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 41, col 65, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 41, col 68, Error - Multiple spaces found before ';'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 41, col 68, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 41, col 69, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 42, col 8, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 42, col 25, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 42, col 31, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 42, col 34, Error - Multiple spaces found before '{'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 43, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 44, col 40, Error - Multiple spaces found before ';'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 44, col 40, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 46, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 47, col 29, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 47, col 65, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 47, col 82, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 47, col 84, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 49, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 50, col 47, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 53, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 54, col 19, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 54, col 58, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 55, col 19, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 55, col 55, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 56, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 57, col 60, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 58, col 14, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 58, col 16, Error - There should be no space after '{'. (object-curly-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 58, col 18, Error - Extra space after key 'order'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 58, col 18, Error - Properties shouldn't be quoted as all quotes are redundant. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 58, col 43, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 59, col 18, Error - Properties shouldn't be quoted as all quotes are redundant. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 59, col 18, Error - Extra space after key 'sort'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 59, col 18, Error - Expected indentation of 4 spaces but found 17. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 60, col 18, Error - Expected indentation of 4 spaces but found 17. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 60, col 18, Error - Properties shouldn't be quoted as all quotes are redundant. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 60, col 18, Error - Extra space after key 'operation'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 61, col 18, Error - Expected indentation of 4 spaces but found 17. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 61, col 18, Error - Extra space after key 'filter'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 61, col 18, Error - Properties shouldn't be quoted as all quotes are redundant. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 62, col 18, Error - Properties shouldn't be quoted as all quotes are redundant. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 62, col 18, Error - Expected indentation of 4 spaces but found 17. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 62, col 18, Error - Extra space after key 'page'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 62, col 41, Error - Unexpected trailing comma. (comma-dangle) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 62, col 42, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 63, col 16, Error - Expected indentation of 2 spaces but found 15. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 63, col 18, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 64, col 38, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 65, col 2, Error - Expected indentation of 0 spaces but found 1. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 66, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 67, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 68, col 1, Error - Expected indentation of 2 spaces but found 0. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 71, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 72, col 74, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 73, col 74, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 74, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 75, col 19, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 75, col 29, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 76, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 78, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 80, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 81, col 67, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 84, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 85, col 56, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 87, col 6, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 89, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 90, col 56, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 91, col 34, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 91, col 47, Error - Multiple spaces found before ','. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 91, col 47, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 91, col 60, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 91, col 60, Error - Multiple spaces found before ')'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 91, col 62, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 91, col 63, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 92, col 34, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 92, col 47, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 92, col 60, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 92, col 62, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 93, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 94, col 62, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 95, col 60, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 96, col 6, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 97, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 101, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 103, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 104, col 49, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_snapshots.js: line 104, col 50, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 6, col 3, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 10, col 25, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 11, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 12, col 2, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 13, col 29, Error - Missing space before function parentheses. (space-before-function-paren) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 15, col 2, Error - Expected indentation of 2 spaces but found 1. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 17, col 1, Error - Expected indentation of 2 spaces but found 0. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 18, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 20, col 6, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 21, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 23, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 24, col 46, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 25, col 42, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 26, col 20, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 26, col 41, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 26, col 45, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 26, col 71, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 26, col 73, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 27, col 20, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 27, col 29, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 28, col 6, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 28, col 21, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 29, col 8, Error - Multiple spaces found before 'sort_img_src'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 29, col 37, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 29, col 43, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 30, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 31, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 31, col 20, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 34, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 35, col 17, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 35, col 49, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 36, col 16, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 37, col 52, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 37, col 52, Error - Multiple spaces found before ';'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 37, col 53, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 38, col 6, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 38, col 25, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 38, col 28, Error - Unexpected space after unary operator '-'. (space-unary-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 39, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 40, col 46, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 40, col 65, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 40, col 68, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 40, col 68, Error - Multiple spaces found before ';'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 40, col 69, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 41, col 8, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 41, col 25, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 41, col 31, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 41, col 34, Error - Multiple spaces found before '{'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 42, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 43, col 40, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 43, col 40, Error - Multiple spaces found before ';'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 45, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 46, col 29, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 46, col 65, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 46, col 82, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 46, col 84, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 48, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 49, col 19, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 49, col 58, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 50, col 19, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 50, col 55, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 51, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 52, col 58, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 53, col 14, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 53, col 16, Error - There should be no space after '{'. (object-curly-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 53, col 18, Error - Properties shouldn't be quoted as all quotes are redundant. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 53, col 18, Error - Extra space after key 'order'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 53, col 43, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 54, col 18, Error - Properties shouldn't be quoted as all quotes are redundant. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 54, col 18, Error - Extra space after key 'sort'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 54, col 18, Error - Expected indentation of 4 spaces but found 17. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 55, col 18, Error - Properties shouldn't be quoted as all quotes are redundant. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 55, col 18, Error - Expected indentation of 4 spaces but found 17. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 55, col 18, Error - Extra space after key 'operation'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 56, col 18, Error - Expected indentation of 4 spaces but found 17. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 56, col 18, Error - Properties shouldn't be quoted as all quotes are redundant. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 56, col 18, Error - Extra space after key 'filter'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 57, col 18, Error - Extra space after key 'page'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 57, col 18, Error - Properties shouldn't be quoted as all quotes are redundant. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 57, col 18, Error - Expected indentation of 4 spaces but found 17. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 57, col 41, Error - Unexpected trailing comma. (comma-dangle) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 57, col 42, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 58, col 16, Error - Expected indentation of 2 spaces but found 15. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 58, col 18, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 59, col 29, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 60, col 2, Error - Expected indentation of 0 spaces but found 1. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 61, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 62, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 63, col 1, Error - Expected indentation of 2 spaces but found 0. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 66, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 67, col 72, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 68, col 72, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 69, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 70, col 19, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 70, col 29, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 71, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 73, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 75, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 76, col 65, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 79, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 80, col 54, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 82, col 6, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 84, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 85, col 54, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 86, col 34, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 86, col 47, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 86, col 47, Error - Multiple spaces found before ','. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 86, col 60, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 86, col 60, Error - Multiple spaces found before ')'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 86, col 62, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 86, col 63, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 87, col 34, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 87, col 47, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 87, col 60, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 87, col 62, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 88, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 89, col 60, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 90, col 58, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 91, col 6, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 95, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 97, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 98, col 47, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.auto_refresh_list_volumes.js: line 98, col 48, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 6, col 3, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 8, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 9, col 8, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 11, col 21, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 12, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 13, col 3, Error - Expected indentation of 4 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 13, col 3, Error - Implied eval. Consider passing a function instead of a string. (no-implied-eval) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 13, col 14, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 15, col 2, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 18, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 18, col 10, Error - 'callback' is defined but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 20, col 13, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 20, col 57, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 21, col 13, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 21, col 23, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 22, col 7, Error - 'index' is assigned a value but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 22, col 38, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 23, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 24, col 13, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 24, col 39, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 24, col 40, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 25, col 13, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 25, col 15, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 25, col 28, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 25, col 34, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 27, col 3, Error - Expected { after 'if' condition. (curly) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 27, col 6, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 27, col 12, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 27, col 21, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 27, col 22, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 28, col 13, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 29, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 30, col 22, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 30, col 34, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 30, col 40, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 31, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 32, col 3, Error - Expected space or tab after '/*' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 35, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 39, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 43, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 47, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 51, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 56, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 57, col 43, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 57, col 44, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 58, col 27, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 59, col 28, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 59, col 33, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 60, col 3, Error - Expected { after 'if' condition. (curly) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 60, col 6, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 60, col 26, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 61, col 23, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 63, col 3, Error - Implied eval. Consider passing a function instead of a string. (no-implied-eval) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 63, col 14, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud.monitor.js: line 64, col 2, Error - Newline required at end of file but not found. (eol-last) 1189 problems