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: .../cloud_service_providers/aws_cloud/src/Aws/Ec2/InstanceInterface.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 23 | WARNING | There must be no blank line following an inline comment -------------------------------------------------------------------------- FILE: ...s/cloud_service_providers/aws_cloud/src/Aws/Ec2/KeyPairInterface.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 23 | WARNING | There must be no blank line following an inline comment -------------------------------------------------------------------------- FILE: ...d_service_providers/aws_cloud/src/Aws/Ec2/SecurityGroupInterface.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 22 | WARNING | There must be no blank line following an inline comment -------------------------------------------------------------------------- FILE: ...les/cloud_service_providers/aws_cloud/src/Aws/Ec2/ImageInterface.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 21 | WARNING | There must be no blank line following an inline comment -------------------------------------------------------------------------- FILE: ...es/cloud_service_providers/aws_cloud/src/Aws/Ec2/VolumeInterface.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 23 | WARNING | There must be no blank line following an inline comment -------------------------------------------------------------------------- FILE: ...cloud_service_providers/aws_cloud/src/Aws/Ec2/ElasticIpInterface.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 24 | WARNING | There must be no blank line following an inline comment -------------------------------------------------------------------------- FILE: .../cloud_service_providers/aws_cloud/src/Aws/Ec2/SnapshotInterface.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 24 | WARNING | There must be no blank line following an inline comment -------------------------------------------------------------------------- FILE: ...ules/cloud_service_providers/aws_cloud/src/Service/AwsEc2Service.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 983 | WARNING | There must be no blank line following an inline comment -------------------------------------------------------------------------- FILE: .../aws_cloud/src/Plugin/Field/FieldFormatter/IpPermissionFormatter.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 87 | WARNING | \Drupal calls should be avoided in classes, use | | dependency injection instead -------------------------------------------------------------------------- FILE: ...roviders/aws_cloud/src/Plugin/Field/FieldWidget/IpPermissionItem.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 11 WARNINGS AFFECTING 11 LINES -------------------------------------------------------------------------- 72 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 80 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 102 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 111 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 119 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 127 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 134 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 141 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 148 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 155 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 162 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead -------------------------------------------------------------------------- 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: ...vice_providers/aws_cloud/tests/src/Functional/AwsCloudConfigTest.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 206 | WARNING | Unused variable $max_count. -------------------------------------------------------------------------- FILE: ..._service_providers/aws_cloud/tests/src/Functional/Ec2/VolumeTest.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 11 | 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 -------------------------------------------------------------------------- 14 | WARNING | There must be no blank line following an inline comment 165 | 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: ...e_providers/aws_cloud/tests/src/Functional/Ec2/SecurityGroupTest.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES -------------------------------------------------------------------------- 15 | WARNING | There must be no blank line following an inline comment 17 | WARNING | Global constants should not be used, move it to a class | | or interface -------------------------------------------------------------------------- FILE: ...service_providers/aws_cloud/tests/src/Functional/Ec2/KeyPairTest.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 11 | WARNING | There must be no blank line following an inline comment -------------------------------------------------------------------------- FILE: ...ervice_providers/aws_cloud/tests/src/Functional/Ec2/InstanceTest.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 15 | WARNING | There must be no blank line following an inline comment -------------------------------------------------------------------------- FILE: ...roviders/aws_cloud/tests/src/Functional/Ec2/NetworkInterfaceTest.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 13 | 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 -------------------------------------------------------------------------- 186 | WARNING | Unused variable $random. 188 | WARNING | Unused variable $mock_security_group_and_names. -------------------------------------------------------------------------- FILE: ...view_temp/modules/cloud_service_providers/aws_cloud/aws_cloud.module -------------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES -------------------------------------------------------------------------- 360 | WARNING | Unused variable $account. 1012 | 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 2 WARNINGS AFFECTING 2 LINES -------------------------------------------------------------------------- 114 | WARNING | format_date() calls should be avoided in classes, use | | dependency injection and the "date.formatter" service | | instead 255 | WARNING | \Drupal calls should be avoided in classes, use | | dependency injection instead -------------------------------------------------------------------------- FILE: ...oud_server_template/tests/src/Functional/CloudServerTemplateTest.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES -------------------------------------------------------------------------- 206 | WARNING | Unused variable $vpc_name. 210 | WARNING | Unused variable $subnet_name. 333 | WARNING | Unused variable $random. -------------------------------------------------------------------------- FILE: ...al/pareviewsh/pareview_temp/src/Controller/CloudConfigController.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 104 | WARNING | format_date() calls should be avoided in classes, use | | dependency injection and the "date.formatter" service | | instead -------------------------------------------------------------------------- Time: 32.59 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: .../cloud_service_providers/aws_cloud/css/aws_cloud_security_groups.css -------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 8 | ERROR | [ ] Style definitions must end with a semicolon 18 | ERROR | [x] Expected 1 newline at end of file; 0 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: ...iew_temp/modules/cloud_service_providers/aws_cloud/aws_cloud.api.php -------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 19 | ERROR | [x] Parameter comment must end with a full stop -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ervice_providers/aws_cloud/src/Entity/Ec2/SecurityGroupViewsData.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: ...modules/cloud_service_providers/aws_cloud/src/Entity/Ec2/KeyPair.php -------------------------------------------------------------------------- FOUND 1 ERROR AND 3 WARNINGS AFFECTING 4 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 127 | WARNING | [ ] Line exceeds 80 characters; contains 86 characters -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 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: ...vice_providers/aws_cloud/src/Entity/Ec2/SecurityGroupViewBuilder.php -------------------------------------------------------------------------- FOUND 4 ERRORS AND 1 WARNING AFFECTING 4 LINES -------------------------------------------------------------------------- 5 | WARNING | [x] Unused use statement 47 | ERROR | [x] Missing function doc comment 55 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 56 | ERROR | [x] Parameter comment indentation must be 3 spaces, found | | 4 spaces 56 | ERROR | [ ] Parameter comment must start with a capital letter -------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ud_service_providers/aws_cloud/src/Entity/Ec2/ElasticIpViewsData.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: .../modules/cloud_service_providers/aws_cloud/src/Entity/Ec2/Volume.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 57 | WARNING | [ ] Line exceeds 80 characters; contains 87 characters 58 | WARNING | [ ] Line exceeds 80 characters; contains 92 characters -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...oud_service_providers/aws_cloud/src/Entity/Ec2/SnapshotViewsData.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: ...p/modules/cloud_service_providers/aws_cloud/src/Entity/Ec2/Image.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/Entity/Ec2/SecurityGroup.php -------------------------------------------------------------------------- FOUND 3 ERRORS AFFECTING 3 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 241 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing parentheses 254 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing parentheses -------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 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 1 ERROR AND 3 WARNINGS AFFECTING 4 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 32 | WARNING | [ ] Line exceeds 80 characters; contains 91 characters 52 | WARNING | [ ] Line exceeds 80 characters; contains 95 characters 53 | WARNING | [ ] Line exceeds 80 characters; contains 100 characters -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...odules/cloud_service_providers/aws_cloud/src/Entity/Ec2/Instance.php -------------------------------------------------------------------------- FOUND 13 ERRORS AND 1 WARNING AFFECTING 13 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 35 | WARNING | [ ] Line exceeds 80 characters; contains 89 characters 76 | ERROR | [x] Space found before comma in function call 77 | ERROR | [x] Space found before comma in function call 78 | ERROR | [x] Space found before comma in function call 79 | ERROR | [x] Space found before comma in function call 80 | ERROR | [x] Space found before comma in function call 82 | ERROR | [x] Space found before comma in function call 83 | ERROR | [x] Space found before comma in function call 84 | ERROR | [x] Space found before comma in function call 85 | ERROR | [x] Space found before comma in function call 86 | ERROR | [x] Space found before comma in function call 87 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0 87 | ERROR | [x] Closing brace indented incorrectly; expected 2 | | spaces, found 0 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 13 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...loud_service_providers/aws_cloud/src/Entity/Ec2/Ec2BaseViewsData.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 14 | WARNING | Line exceeds 80 characters; contains 97 characters -------------------------------------------------------------------------- FILE: .../cloud_service_providers/aws_cloud/src/Entity/Ec2/ImageViewsData.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_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 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/Aws/Ec2/InstanceInterface.php -------------------------------------------------------------------------- FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 23 | WARNING | [x] There must be no blank line following an inline | | comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...s/cloud_service_providers/aws_cloud/src/Aws/Ec2/KeyPairInterface.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 14 | WARNING | [x] Unused use statement 23 | WARNING | [x] There must be no blank line following an inline | | comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...d_service_providers/aws_cloud/src/Aws/Ec2/SecurityGroupInterface.php -------------------------------------------------------------------------- FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 22 | WARNING | [x] There must be no blank line following an inline | | comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...d_service_providers/aws_cloud/src/Aws/Ec2/ApiControllerInterface.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: ...les/cloud_service_providers/aws_cloud/src/Aws/Ec2/ImageInterface.php -------------------------------------------------------------------------- FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 21 | WARNING | [x] There must be no blank line following an inline | | comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...es/cloud_service_providers/aws_cloud/src/Aws/Ec2/VolumeInterface.php -------------------------------------------------------------------------- FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 23 | WARNING | [x] There must be no blank line following an inline | | comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 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 1 ERROR AND 1 WARNING AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 24 | WARNING | [x] There must be no blank line following an inline | | comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: .../cloud_service_providers/aws_cloud/src/Aws/Ec2/SnapshotInterface.php -------------------------------------------------------------------------- FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 24 | WARNING | [x] There must be no blank line following an inline | | comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...d_service_providers/aws_cloud/src/Service/AwsEc2ServiceInterface.php -------------------------------------------------------------------------- FOUND 20 ERRORS AND 3 WARNINGS AFFECTING 17 LINES -------------------------------------------------------------------------- 20 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 21 | ERROR | [x] Parameter comment indentation must be 3 spaces, | | found 2 spaces 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 is missing 28 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 29 | ERROR | [x] Parameter comment indentation must be 3 spaces, | | found 2 spaces 29 | ERROR | [x] Parameter comment must end with a full stop 30 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 30 | ERROR | [ ] Description for the @return value is missing 424 | ERROR | [x] Parameter comment must end with a full stop 425 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 425 | ERROR | [ ] Description for the @return value is missing 427 | ERROR | [x] Expected 1 blank line after function; 2 found 434 | ERROR | [x] Parameter comment must end with a full stop 435 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 435 | ERROR | [ ] Description for the @return value is missing 441 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 469 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters 475 | ERROR | [x] Separate the @params and @return sections by a blank | | line. 476 | ERROR | [x] Return comment indentation must be 3 spaces, found 4 | | spaces 484 | WARNING | [ ] Line exceeds 80 characters; contains 86 characters 495 | WARNING | [ ] Line exceeds 80 characters; contains 86 characters -------------------------------------------------------------------------- PHPCBF CAN FIX THE 15 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ules/cloud_service_providers/aws_cloud/src/Service/AwsEc2Service.php -------------------------------------------------------------------------- FOUND 26 ERRORS AND 2 WARNINGS AFFECTING 26 LINES -------------------------------------------------------------------------- 92 | ERROR | [x] There must be exactly one blank line before the | | tags in a doc comment 96 | ERROR | [ ] Missing short description in doc comment 102 | ERROR | [x] Doc comment short description must end with a full | | stop 103 | ERROR | [x] There must be exactly one blank line before the | | tags in a doc comment 103 | ERROR | [x] Expected "bool" but found "boolean" for @var tag in | | member variable comment 125 | ERROR | [x] Parameter comment must end with a full stop 255 | ERROR | [x] Array indentation error, expected 8 spaces but | | found 10 256 | ERROR | [x] Array indentation error, expected 8 spaces but | | found 10 257 | ERROR | [x] Array indentation error, expected 8 spaces but | | found 10 258 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 8 265 | ERROR | [x] Array indentation error, expected 8 spaces but | | found 10 266 | ERROR | [x] Array indentation error, expected 8 spaces but | | found 10 267 | ERROR | [x] Array indentation error, expected 8 spaces but | | found 10 268 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 8 939 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 971 | ERROR | [ ] Parameter $field is not described in comment 974 | ERROR | [x] Missing parameter type 976 | ERROR | [ ] Missing parameter type 983 | WARNING | [x] There must be no blank line following an inline | | comment 1009 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 1013 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 1016 | ERROR | [ ] Type hint "array" missing for $ec2_permission 1016 | ERROR | [ ] Private method name | | "AwsEc2Service::_setupIpPermissionObject" is not in | | lowerCamel format 1028 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 1088 | ERROR | [x] Space found before semicolon; expected "NULL;" but | | found "NULL ;" 1391 | WARNING | [x] A comma should follow the last multiline array | | item. Found: $timestamp 1557 | ERROR | [ ] Parameter tags must be grouped together in a doc | | comment 1609 | ERROR | [x] Parameter comment must end with a full stop -------------------------------------------------------------------------- PHPCBF CAN FIX THE 21 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...loud_service_providers/aws_cloud/src/Plugin/AwsCloudConfigPlugin.php -------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 27 | ERROR | [x] Expected | | "\Drupal\Core\Entity\EntityTypeManagerInterface" but | | found "\Drupal\Core\Entity\EntityTypeManagerInterface." | | for @var tag in member variable comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...Plugin/Validation/Constraint/IpPermissionDataConstraintValidator.php -------------------------------------------------------------------------- FOUND 33 ERRORS AFFECTING 17 LINES -------------------------------------------------------------------------- 30 | ERROR | [x] Use "elseif" in place of "else if" 39 | ERROR | [x] Doc comment short description must end with a full | | stop 40 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 40 | ERROR | [ ] Missing parameter comment 40 | ERROR | [ ] Missing parameter type 41 | ERROR | [ ] Missing parameter comment 41 | ERROR | [ ] Missing parameter type 74 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 74 | ERROR | [ ] Missing parameter comment 74 | ERROR | [ ] Missing parameter type 75 | ERROR | [ ] Missing parameter comment 75 | ERROR | [ ] Missing parameter type 98 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 98 | ERROR | [ ] Missing parameter comment 98 | ERROR | [ ] Missing parameter type 99 | ERROR | [ ] Missing parameter comment 99 | ERROR | [ ] Missing parameter type 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 | [ ] Missing parameter comment 123 | ERROR | [ ] Missing parameter type 142 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing parentheses 163 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 164 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 164 | ERROR | [ ] Description for the @return value must be on the next | | line 169 | ERROR | [x] Namespaced classes/interfaces/traits should be | | referenced with use statements 178 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 178 | ERROR | [ ] Missing parameter comment 178 | ERROR | [ ] Missing parameter type 179 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 179 | ERROR | [ ] Description for the @return value is missing 202 | ERROR | [x] Expected 1 newline at end of file; 0 found -------------------------------------------------------------------------- PHPCBF CAN FIX THE 12 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...oviders/aws_cloud/src/Plugin/Validation/Constraint/AWSConstraint.php -------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 27 | ERROR | Doc comment short description must be on a single line, | | further text should be a separate paragraph -------------------------------------------------------------------------- FILE: ...loud/src/Plugin/Validation/Constraint/IpPermissionDataConstraint.php -------------------------------------------------------------------------- FOUND 12 ERRORS AFFECTING 12 LINES -------------------------------------------------------------------------- 8 | ERROR | [x] Doc comment short description must end with a full stop 17 | ERROR | [ ] Class property $to_port_not_numeric should use | | lowerCamel naming without underscores 19 | ERROR | [ ] Class property $from_port_not_numeric should use | | lowerCamel naming without underscores 21 | ERROR | [ ] Class property $ip_4_is_empty should use lowerCamel | | naming without underscores 23 | ERROR | [ ] Class property $ip_4_value should use lowerCamel naming | | without underscores 25 | ERROR | [ ] Class property $ip_6_value should use lowerCamel naming | | without underscores 27 | ERROR | [ ] Class property $ip_6_is_empty should use lowerCamel | | naming without underscores 29 | ERROR | [ ] Class property $group_name_is_empty should use | | lowerCamel naming without underscores 31 | ERROR | [ ] Class property $group_id_is_empty should use lowerCamel | | naming without underscores 33 | ERROR | [ ] Class property $no_security_group should use lowerCamel | | naming without underscores 35 | ERROR | [ ] Class property $to_port_greater should use lowerCamel | | naming without underscores 37 | ERROR | [x] Expected 1 newline at end of file; 0 found -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...vice_providers/aws_cloud/src/Plugin/Field/FieldType/IpPermission.php -------------------------------------------------------------------------- FOUND 54 ERRORS AFFECTING 28 LINES -------------------------------------------------------------------------- 247 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 339 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 339 | ERROR | [ ] Missing parameter comment 339 | ERROR | [ ] Missing parameter type 340 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 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. 357 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 357 | ERROR | [ ] Missing parameter comment 357 | ERROR | [ ] Missing parameter type 358 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 366 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 366 | ERROR | [ ] Missing parameter comment 366 | ERROR | [ ] Missing parameter type 367 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 375 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 375 | ERROR | [ ] Missing parameter comment 375 | ERROR | [ ] Missing parameter type 376 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 384 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 384 | ERROR | [ ] Missing parameter comment 384 | ERROR | [ ] Missing parameter type 385 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 393 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 393 | ERROR | [ ] Missing parameter comment 393 | ERROR | [ ] Missing parameter type 394 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 402 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 402 | ERROR | [ ] Missing parameter comment 402 | ERROR | [ ] Missing parameter type 403 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 411 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 411 | ERROR | [ ] Missing parameter comment 411 | ERROR | [ ] Missing parameter type 412 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 420 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 420 | ERROR | [ ] Missing parameter comment 420 | ERROR | [ ] Missing parameter type 421 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 429 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 429 | ERROR | [ ] Missing parameter comment 429 | ERROR | [ ] Missing parameter type 430 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 438 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 438 | ERROR | [ ] Missing parameter comment 438 | ERROR | [ ] Missing parameter type 439 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 447 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 447 | ERROR | [ ] Missing parameter comment 447 | ERROR | [ ] Missing parameter type 448 | ERROR | [x] Separate the @param and @return sections by a blank | | line. -------------------------------------------------------------------------- PHPCBF CAN FIX THE 27 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: .../aws_cloud/src/Plugin/Field/FieldFormatter/IpPermissionFormatter.php -------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 88 | ERROR | [x] Namespaced classes/interfaces/traits should be | | referenced with use statements -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...roviders/aws_cloud/src/Plugin/Field/FieldWidget/IpPermissionItem.php -------------------------------------------------------------------------- FOUND 2 ERRORS AND 4 WARNINGS AFFECTING 6 LINES -------------------------------------------------------------------------- 41 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing parentheses 44 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 6 64 | WARNING | [x] A comma should follow the last multiline array item. | | Found: 'ip-protocol-select' 65 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ] 94 | WARNING | [x] A comma should follow the last multiline array item. | | Found: 'ip-type-select' 95 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ] -------------------------------------------------------------------------- PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...vice_providers/aws_cloud/src/Plugin/Derivative/AwsCloudMenuLinks.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/Plugin/Derivative/AwsCloudLocalTasks.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/ImageAccessControlHandler.php -------------------------------------------------------------------------- FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 43 | WARNING | [ ] Line exceeds 80 characters; contains 89 characters -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ..._service_providers/aws_cloud/src/Controller/Ec2/ImageListBuilder.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: ...oviders/aws_cloud/src/Controller/Ec2/NetworkInterfaceListBuilder.php -------------------------------------------------------------------------- FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 58 | WARNING | [ ] Line exceeds 80 characters; contains 95 characters -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 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 1 ERROR AND 1 WARNING AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 46 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ws_cloud/src/Controller/Ec2/NetworkInterfaceAccessControlHandler.php -------------------------------------------------------------------------- FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 43 | WARNING | [ ] Line exceeds 80 characters; contains 89 characters -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ervice_providers/aws_cloud/src/Controller/Ec2/KeyPairListBuilder.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: ...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 42 | WARNING | [ ] Line exceeds 80 characters; contains 88 characters 42 | ERROR | [x] Doc comment long 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 43 | WARNING | [ ] Line exceeds 80 characters; contains 88 characters 43 | ERROR | [x] Doc comment long 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 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 44 | WARNING | Line exceeds 80 characters; contains 84 characters -------------------------------------------------------------------------- FILE: ...s/aws_cloud/src/Controller/Ec2/SecurityGroupAccessControlHandler.php -------------------------------------------------------------------------- FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 43 | WARNING | [ ] Line exceeds 80 characters; contains 89 characters -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...vice_providers/aws_cloud/src/Controller/Ec2/ElasticIpListBuilder.php -------------------------------------------------------------------------- FOUND 1 ERROR AND 3 WARNINGS AFFECTING 3 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 38 | WARNING | [ ] Line exceeds 80 characters; contains 110 characters 62 | WARNING | [ ] Line exceeds 80 characters; contains 91 characters 62 | WARNING | [x] There must be no blank line following an inline | | comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...roviders/aws_cloud/src/Controller/Ec2/VolumeAccessControlHandler.php -------------------------------------------------------------------------- FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 43 | WARNING | [ ] Line exceeds 80 characters; contains 89 characters -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...rvice_providers/aws_cloud/src/Controller/Ec2/SnapshotListBuilder.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/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 1 ERROR AND 1 WARNING AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 43 | WARNING | [ ] Line exceeds 80 characters; contains 89 characters -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...rvice_providers/aws_cloud/src/Controller/Ec2/InstanceListBuilder.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/Config/AwsCloudAdminSettings.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 64 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ) 85 | ERROR | [x] Expected 1 space after "=>"; 0 found 85 | ERROR | [x] Space found after object operator -------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...service_providers/aws_cloud/src/Form/Ec2/SecurityGroupDeleteForm.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/ImageDeleteForm.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/SnapshotEditForm.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 59 | WARNING | [ ] Translatable strings must not begin or end with white | | spaces, use placeholders with t() for variables 64 | WARNING | [ ] Translatable strings must not begin or end with white | | spaces, use placeholders with t() for variables 70 | WARNING | [ ] Translatable strings must not begin or end with white | | spaces, use placeholders with t() for variables 76 | WARNING | [ ] Translatable strings must not begin or end with white | | spaces, use placeholders with t() for variables 96 | WARNING | [ ] Translatable strings must not begin or end with white | | spaces, use placeholders with t() for variables -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...vice_providers/aws_cloud/src/Form/Ec2/NetworkInterfaceDeleteForm.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/InstanceEditForm.php -------------------------------------------------------------------------- FOUND 1 ERROR AND 9 WARNINGS AFFECTING 10 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 50 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 72 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 78 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 84 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 109 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 114 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 140 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 148 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 184 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: .../cloud_service_providers/aws_cloud/src/Form/Ec2/VolumeCreateForm.php -------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 224 | ERROR | [x] Separate the @param and @return sections by a blank | | line. -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 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 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: ...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 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/InstanceLaunchForm.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 38 | ERROR | [x] Expected "Drupal\Core\Form\FormStateInterface" but | | found "/Drupal\Core\Form\FormStateInterface" for | | parameter type 285 | WARNING | [ ] Line exceeds 80 characters; contains 106 characters -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...oud_service_providers/aws_cloud/src/Form/Ec2/ElasticIpDeleteForm.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/SecurityGroupRevokeForm.php -------------------------------------------------------------------------- FOUND 30 ERRORS AND 1 WARNING AFFECTING 20 LINES -------------------------------------------------------------------------- 6 | ERROR | [x] There must be one blank line after the last USE | | statement; 0 found; 8 | ERROR | [x] Doc comment short description must end with a full | | stop 18 | WARNING | [x] A comma should follow the last multiline array item. | | Found: 'inbound' 39 | ERROR | [x] Concat operator must be surrounded by a single space 46 | ERROR | [x] Use "elseif" in place of "else if" 104 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 105 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 105 | ERROR | [ ] Missing parameter comment 105 | ERROR | [ ] Missing parameter type 106 | ERROR | [ ] Missing parameter comment 106 | ERROR | [ ] Missing parameter type 107 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 107 | ERROR | [ ] Description for the @return value is missing 127 | ERROR | [x] Doc comment short description must end with a full | | stop 128 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 128 | ERROR | [ ] Missing parameter comment 128 | ERROR | [ ] Missing parameter type 129 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 129 | ERROR | [ ] Description for the @return value is missing 167 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 167 | ERROR | [ ] Missing parameter type 169 | ERROR | [ ] Missing parameter type 171 | ERROR | [x] Missing parameter type 173 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 173 | ERROR | [ ] Description for the @return value must be on the | | next line 180 | ERROR | [x] Case breaking statements must be followed by a | | single blank line 183 | ERROR | [x] Case breaking statements must be followed by a | | single blank line 185 | ERROR | [x] Inline comments must start with a capital letter 185 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 190 | ERROR | [x] Expected 1 newline at end of file; 0 found 190 | ERROR | [x] The closing brace for the class must have an empty | | line before it -------------------------------------------------------------------------- PHPCBF CAN FIX THE 19 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: .../cloud_service_providers/aws_cloud/src/Form/Ec2/VolumeDeleteForm.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/VolumeAttachForm.php -------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 1 LINE -------------------------------------------------------------------------- 42 | ERROR | [ ] Doc comment short description must start with a capital | | letter 42 | ERROR | [x] Doc comment short description must end with a full stop -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...les/cloud_service_providers/aws_cloud/src/Form/Ec2/ImageEditForm.php -------------------------------------------------------------------------- FOUND 1 ERROR AND 20 WARNINGS AFFECTING 21 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 56 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 62 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 68 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 74 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 80 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 86 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 92 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 99 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 105 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 111 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 117 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 123 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 129 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 136 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 142 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 148 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 154 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 160 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 173 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 181 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...service_providers/aws_cloud/src/Form/Ec2/InstanceCreateImageForm.php -------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 1 LINE -------------------------------------------------------------------------- 32 | ERROR | [ ] Doc comment short description must start with a capital | | letter 32 | ERROR | [x] Doc comment short description must end with a full stop -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...oud_service_providers/aws_cloud/src/Form/Ec2/AwsCloudContentForm.php -------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 27 | ERROR | [ ] Missing short description in doc comment 81 | ERROR | [x] Missing function doc comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 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 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_service_providers/aws_cloud/src/Form/Ec2/ElasticIpCreateForm.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/InstanceDeleteForm.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: ...d_service_providers/aws_cloud/src/Form/Ec2/SecurityGroupEditForm.php -------------------------------------------------------------------------- FOUND 30 ERRORS AND 6 WARNINGS AFFECTING 21 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 50 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 56 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 62 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 66 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 92 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 165 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 165 | ERROR | [ ] Missing parameter comment 165 | ERROR | [ ] Missing parameter type 185 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 216 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 231 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 232 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 232 | ERROR | [ ] Missing parameter comment 232 | ERROR | [ ] Missing parameter type 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 250 | ERROR | [x] Inline comments must start with a capital letter 250 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 260 | WARNING | [ ] Line exceeds 80 characters; contains 95 characters 261 | ERROR | [x] Doc comment short description must end with a full | | stop 261 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 262 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 262 | ERROR | [ ] Missing parameter comment 262 | ERROR | [ ] Missing parameter type 263 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 263 | ERROR | [ ] Description for the @return value is missing 303 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters 303 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 304 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 304 | ERROR | [ ] Missing parameter comment 304 | ERROR | [ ] Missing parameter type 305 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 305 | ERROR | [ ] @return doc comment specified, but function has no | | return statement 305 | ERROR | [ ] Description for the @return value is missing 330 | ERROR | [x] Inline comments must start with a capital letter -------------------------------------------------------------------------- PHPCBF CAN FIX THE 15 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 3 ERRORS AND 1 WARNING AFFECTING 3 LINES -------------------------------------------------------------------------- 31 | ERROR | [ ] Doc comment short description must start with a | | capital letter 31 | ERROR | [x] Doc comment short description must end with a full | | stop 42 | WARNING | [ ] Only string literals should be passed to t() where | | possible 80 | ERROR | [x] Separate the @param and @return sections by a blank | | line. -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 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: ...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 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/KeyPairDeleteForm.php -------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 35 | ERROR | [x] Array indentation error, expected 6 spaces but found 8 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...iew_temp/modules/cloud_service_providers/aws_cloud/aws_cloud.install -------------------------------------------------------------------------- FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES -------------------------------------------------------------------------- 24 | WARNING | Line exceeds 80 characters; contains 81 characters 197 | ERROR | Doc comment short description must be on a single line, | | further text should be a separate paragraph 230 | ERROR | Doc comment short description must be on a single line, | | further text should be a separate paragraph -------------------------------------------------------------------------- FILE: ...vice_providers/aws_cloud/tests/src/Functional/AwsCloudConfigTest.php -------------------------------------------------------------------------- FOUND 3 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 209 | ERROR | [x] Missing function doc comment 209 | ERROR | [ ] Private method name | | "AwsCloudConfigTest::_testCloudConfigRedirectRepeat" | | is not in lowerCamel format 232 | ERROR | [x] Missing function doc comment -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...les/cloud_service_providers/aws_cloud/tests/src/Functional/Utils.php -------------------------------------------------------------------------- FOUND 7 ERRORS AFFECTING 7 LINES -------------------------------------------------------------------------- 26 | ERROR | [x] Additional blank lines found at end of doc comment 45 | ERROR | [x] Expected 0 spaces between ")" and comma; 1 found 52 | ERROR | [x] Doc comment short description must end with a full stop 59 | ERROR | [x] Doc comment short description must end with a full stop 69 | ERROR | [x] Parameter comment must end with a full stop 86 | ERROR | [x] Parameter comment must end with a full stop 89 | ERROR | [x] Separate the @param and @return sections by a blank | | line. -------------------------------------------------------------------------- PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...rvice_providers/aws_cloud/tests/src/Functional/Ec2/ElasticIpTest.php -------------------------------------------------------------------------- FOUND 6 ERRORS AND 5 WARNINGS AFFECTING 11 LINES -------------------------------------------------------------------------- 77 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 81 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 91 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 125 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 160 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 164 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 166 | ERROR | [x] Array indentation error, expected 12 spaces but | | found 10 167 | ERROR | [x] Array closing indentation error, expected 10 spaces | | but found 8 179 | ERROR | [x] Array indentation error, expected 12 spaces but | | found 10 180 | ERROR | [x] Array closing indentation error, expected 10 spaces | | but found 8 220 | ERROR | [ ] Parameter comment must start with a capital letter -------------------------------------------------------------------------- PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...d_service_providers/aws_cloud/tests/src/Functional/Ec2/ImageTest.php -------------------------------------------------------------------------- FOUND 17 ERRORS AND 6 WARNINGS AFFECTING 19 LINES -------------------------------------------------------------------------- 79 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 83 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 123 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 125 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 156 | ERROR | [x] Array indentation error, expected 12 spaces but | | found 10 157 | ERROR | [x] Array closing indentation error, expected 10 spaces | | but found 8 186 | ERROR | [x] Expected 1 space between "'@image_id'" and double | | arrow; 0 found 186 | ERROR | [x] Expected 1 space before "=>"; 0 found 195 | ERROR | [x] Expected 1 space between "'@image_id'" and double | | arrow; 0 found 195 | ERROR | [x] Expected 1 space before "=>"; 0 found 211 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 6 212 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 4 219 | ERROR | [ ] Parameter comment must start with a capital letter 221 | ERROR | [ ] Parameter comment must start with a capital letter 221 | ERROR | [x] Parameter comment must end with a full stop 223 | ERROR | [ ] Parameter comment must start with a capital letter 223 | ERROR | [x] Parameter comment must end with a full stop 237 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 241 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 273 | ERROR | [ ] Parameter comment must start with a capital letter 275 | ERROR | [ ] Parameter comment must start with a capital letter 277 | ERROR | [ ] Parameter comment must start with a capital letter 279 | ERROR | [ ] Parameter comment must start with a capital letter -------------------------------------------------------------------------- PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ..._service_providers/aws_cloud/tests/src/Functional/Ec2/VolumeTest.php -------------------------------------------------------------------------- FOUND 5 ERRORS AND 6 WARNINGS AFFECTING 11 LINES -------------------------------------------------------------------------- 11 | WARNING | [x] There must be no blank line following an inline | | comment 81 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 85 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 149 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 184 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 188 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 243 | ERROR | [ ] Parameter comment must start with a capital letter 245 | ERROR | [ ] Parameter comment must start with a capital letter 258 | ERROR | [ ] Parameter comment must start with a capital letter 260 | ERROR | [ ] Parameter comment must start with a capital letter 269 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 5 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ervice_providers/aws_cloud/tests/src/Functional/Ec2/SnapshotTest.php -------------------------------------------------------------------------- FOUND 1 ERROR AND 6 WARNINGS AFFECTING 7 LINES -------------------------------------------------------------------------- 14 | WARNING | [x] There must be no blank line following an inline | | comment 79 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 84 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 114 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 149 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 151 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 222 | ERROR | [ ] Parameter comment must start with a capital letter -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...e_providers/aws_cloud/tests/src/Functional/Ec2/SecurityGroupTest.php -------------------------------------------------------------------------- FOUND 23 ERRORS AND 11 WARNINGS AFFECTING 28 LINES -------------------------------------------------------------------------- 15 | WARNING | [x] There must be no blank line following an inline | | comment 85 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 89 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 133 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 144 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 162 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 166 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 188 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 188 | ERROR | [ ] Missing parameter comment 190 | ERROR | [ ] Private method name | | "SecurityGroupTest::_testIpPermissionsFromApiUpdate" | | is not in lowerCamel format 226 | ERROR | [x] Doc comment short description must end with a full | | stop 227 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 227 | ERROR | [ ] Missing parameter comment 229 | ERROR | [ ] Private method name | | "SecurityGroupTest::_testIpPermissionsEdit" is not | | in lowerCamel format 252 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 256 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 261 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 264 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 321 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 321 | ERROR | [ ] Missing parameter comment 323 | ERROR | [ ] Private method name | | "SecurityGroupTest::_testIpPermissionsValidate" is | | not in lowerCamel format 346 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 350 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 355 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 388 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 418 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 427 | ERROR | [x] Functions must not contain multiple empty lines in a | | row; found 3 empty lines 429 | ERROR | [ ] More than 2 empty lines are not allowed 433 | ERROR | [ ] Parameter $remove_inbound is not described in | | comment 433 | ERROR | [ ] Parameter $remove_outbound is not described in | | comment 435 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 435 | ERROR | [ ] Missing parameter comment 435 | ERROR | [ ] Missing parameter type 454 | ERROR | [ ] Doc comment is empty -------------------------------------------------------------------------- PHPCBF CAN FIX THE 12 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...service_providers/aws_cloud/tests/src/Functional/Ec2/KeyPairTest.php -------------------------------------------------------------------------- FOUND 2 ERRORS AND 4 WARNINGS AFFECTING 6 LINES -------------------------------------------------------------------------- 11 | WARNING | [x] There must be no blank line following an inline | | comment 83 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 117 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 121 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 134 | ERROR | [x] Array indentation error, expected 30 spaces but | | found 28 135 | ERROR | [x] Array closing indentation error, expected 28 spaces | | but found 26 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ervice_providers/aws_cloud/tests/src/Functional/Ec2/InstanceTest.php -------------------------------------------------------------------------- FOUND 22 ERRORS AND 7 WARNINGS AFFECTING 29 LINES -------------------------------------------------------------------------- 15 | WARNING | [x] There must be no blank line following an inline | | comment 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 195 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 208 | ERROR | [x] Array indentation error, expected 30 spaces but | | found 28 209 | ERROR | [x] Array closing indentation error, expected 28 spaces | | but found 26 293 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 36 294 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 34 327 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 36 328 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 34 334 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 342 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 36 343 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 34 346 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 348 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 363 | ERROR | [x] Expected "int" but found "number" for parameter type 401 | ERROR | [x] Expected "int" but found "number" for parameter type 549 | ERROR | [x] Expected "int" but found "number" for parameter type 656 | ERROR | [ ] Parameter comment must start with a capital letter 698 | ERROR | [ ] Parameter comment must start with a capital letter 700 | ERROR | [ ] Parameter comment must start with a capital letter 713 | ERROR | [ ] Parameter comment must start with a capital letter 715 | ERROR | [ ] Type hint "array" missing for $security_groups 725 | ERROR | [ ] Parameter comment must start with a capital letter 738 | ERROR | [ ] Parameter comment must start with a capital letter 740 | ERROR | [ ] Parameter comment must start with a capital letter 752 | ERROR | [ ] Parameter comment must start with a capital letter 754 | ERROR | [ ] Parameter comment must start with a capital letter 756 | ERROR | [ ] Parameter comment must start with a capital letter -------------------------------------------------------------------------- PHPCBF CAN FIX THE 12 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...roviders/aws_cloud/tests/src/Functional/Ec2/NetworkInterfaceTest.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 9 WARNINGS AFFECTING 9 LINES -------------------------------------------------------------------------- 13 | WARNING | [x] There must be no blank line following an inline | | comment 75 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 80 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 118 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 128 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 158 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 162 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 194 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ) 200 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ) -------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ice_providers/aws_cloud/tests/src/Unit/Service/AwsEc2ServiceMock.php -------------------------------------------------------------------------- FOUND 3 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 17 | ERROR | [ ] Parameter comment must start with a capital letter 24 | ERROR | [ ] Doc comment short description must start with a capital | | letter 24 | ERROR | [x] Doc comment short description must end with a full stop -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ice_providers/aws_cloud/tests/src/Unit/Service/AwsEc2ServiceTest.php -------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 1 LINE -------------------------------------------------------------------------- 15 | ERROR | [ ] Doc comment short description must start with a capital | | letter 15 | ERROR | [x] Doc comment short description must end with a full stop -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...aws_cloud/tests/src/Unit/Plugin/AwsCloudServerTemplatePluginTest.php -------------------------------------------------------------------------- FOUND 29 ERRORS AND 3 WARNINGS AFFECTING 26 LINES -------------------------------------------------------------------------- 33 | ERROR | [x] Doc comment short description must end with a full | | stop 54 | ERROR | [ ] Doc comment short description must start with a | | capital letter 54 | ERROR | [x] Doc comment short description must end with a full | | stop 81 | ERROR | [x] A cast statement must be followed by a single space 122 | ERROR | [ ] If the line declaring an array spans longer than 80 | | characters, each element should be broken into its | | own line 123 | ERROR | [ ] If the line declaring an array spans longer than 80 | | characters, each element should be broken into its | | own line 127 | ERROR | [x] A cast statement must be followed by a single space 127 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ] 127 | ERROR | [x] There should be no white space before a closing "]" 127 | ERROR | [x] Closing parenthesis of array declaration must be on | | a new line 163 | ERROR | [ ] Parameter comment must start with a capital letter 165 | ERROR | [ ] Parameter comment must start with a capital letter 166 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 182 | ERROR | [ ] Parameter comment must start with a capital letter 183 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 183 | ERROR | [ ] Description for the @return value is missing 203 | WARNING | [x] A comma should follow the last multiline array item. | | Found: $group_id 258 | ERROR | [x] Space found after square bracket; expected | | "[array_rand" but found "[ | | array_rand" 260 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ] 260 | ERROR | [x] Space found before square bracket; expected ")]" but | | found ") | | ]" 272 | ERROR | [x] Space found after square bracket; expected | | "[array_rand" but found "[ | | array_rand" 273 | ERROR | [x] Array indentation error, expected 10 spaces but | | found 12 274 | ERROR | [x] Space found before square bracket; expected ")]" but | | found ") | | ]" 285 | ERROR | [x] Space found after square bracket; expected | | "[array_rand" but found "[ | | array_rand" 286 | ERROR | [x] Array indentation error, expected 10 spaces but | | found 12 287 | ERROR | [x] Space found before square bracket; expected ")]" but | | found ") | | ]" 303 | ERROR | [x] Space found after square bracket; expected | | "[$array_indice" but found "[ | | $array_indice" 304 | ERROR | [x] Array indentation error, expected 12 spaces but | | found 14 305 | ERROR | [x] Space found before square bracket; expected "]]" but | | found "] | | ]" 306 | ERROR | [x] Space found after square bracket; expected | | "[$array_indice" but found "[ | | $array_indice" 307 | ERROR | [x] Array indentation error, expected 12 spaces but | | found 14 308 | ERROR | [x] Space found before square bracket; expected "]]" but | | found "] | | ]" -------------------------------------------------------------------------- PHPCBF CAN FIX THE 25 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...d_service_providers/aws_cloud/tests/src/Traits/AwsCloudTestTrait.php -------------------------------------------------------------------------- FOUND 3 ERRORS AFFECTING 3 LINES -------------------------------------------------------------------------- 7 | ERROR | [x] Missing trait doc comment 13 | ERROR | [ ] Doc comment short description must be on a single line, | | further text should be a separate paragraph 18 | ERROR | [ ] The @see reference should not contain any additional | | text -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...view_temp/modules/cloud_service_providers/aws_cloud/aws_cloud.module -------------------------------------------------------------------------- FOUND 27 ERRORS AND 12 WARNINGS AFFECTING 31 LINES -------------------------------------------------------------------------- 7 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 53 | 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 | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 460 | ERROR | [x] Inline comments must end in full-stops, exclamation | | marks, colons, question marks, or closing | | parentheses 467 | WARNING | [ ] Line exceeds 80 characters; contains 116 characters 561 | 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." 562 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 569 | 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." 570 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 577 | WARNING | [ ] Line exceeds 80 characters; contains 123 characters 644 | ERROR | [x] Missing function doc comment 769 | WARNING | [ ] Line exceeds 80 characters; contains 82 characters 769 | ERROR | [x] Doc comment short description must end with a full | | stop 769 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 890 | ERROR | [x] Doc comment short description must end with a full | | stop 890 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 891 | ERROR | [x] There must be exactly one blank line before the | | tags in a doc comment 891 | ERROR | [ ] Missing parameter comment 891 | ERROR | [ ] Missing parameter type 898 | ERROR | [x] Expected 1 space after FOREACH keyword; 0 found 899 | ERROR | [x] Expected 1 space after IF keyword; 0 found 912 | ERROR | [x] Expected 1 space after FOREACH keyword; 0 found 915 | ERROR | [x] Expected 1 space after IF keyword; 0 found 919 | ERROR | [x] Expected 1 space after FOREACH keyword; 0 found 922 | ERROR | [x] Expected 1 space after IF keyword; 0 found 923 | WARNING | [ ] Line exceeds 80 characters; contains 86 characters 924 | WARNING | [ ] Line exceeds 80 characters; contains 93 characters 936 | ERROR | [x] Expected 1 space after IF keyword; 0 found 942 | ERROR | [x] Expected 1 space after IF keyword; 0 found 947 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters 949 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters 965 | WARNING | [x] A comma should follow the last multiline array | | item. Found: ] 973 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters 974 | ERROR | [x] There must be exactly one blank line before the | | tags in a doc comment 974 | ERROR | [ ] Missing parameter comment 974 | ERROR | [ ] Missing parameter type 975 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 975 | ERROR | [ ] Description for the @return value is missing 1002 | ERROR | [x] Doc comment short description must end with a full | | stop -------------------------------------------------------------------------- PHPCBF CAN FIX THE 18 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 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 34 | WARNING | Line exceeds 80 characters; contains 88 characters -------------------------------------------------------------------------- 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: ...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 -------------------------------------------------------------------------- 254 | 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 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 96 | WARNING | Line exceeds 80 characters; contains 86 characters -------------------------------------------------------------------------- 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 17 ERRORS AND 4 WARNINGS AFFECTING 20 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 90 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 26 91 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 24 92 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 134 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 28 135 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 26 136 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 219 | ERROR | [x] Array indentation error, expected 6 spaces but found | | 24 220 | ERROR | [x] Array closing indentation error, expected 4 spaces | | but found 22 221 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 244 | ERROR | [x] Array indentation error, expected 6 spaces but found | | 26 245 | ERROR | [x] Array closing indentation error, expected 4 spaces | | but found 24 246 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 275 | ERROR | [x] Array indentation error, expected 6 spaces but found | | 24 276 | ERROR | [x] Array closing indentation error, expected 4 spaces | | but found 22 288 | ERROR | [x] Array indentation error, expected 6 spaces but found | | 24 289 | ERROR | [x] Array closing indentation error, expected 4 spaces | | but found 22 310 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 43 311 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 43 347 | ERROR | [x] You must use "/**" style comments for a function | | comment 347 | ERROR | [x] Expected 1 blank line before function; 0 found -------------------------------------------------------------------------- PHPCBF CAN FIX THE 17 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: ...pal/pareviewsh/pareview_temp/src/EventSubscriber/CloudSubscriber.php -------------------------------------------------------------------------- FOUND 9 ERRORS AFFECTING 8 LINES -------------------------------------------------------------------------- 29 | ERROR | [ ] Class property $entity_type_manager should use | | lowerCamel naming without underscores 43 | ERROR | [ ] Class property $route_match should use lowerCamel | | naming without underscores 49 | ERROR | [x] Parameter comment must end with a full stop 71 | ERROR | [x] Missing function doc comment 104 | ERROR | [x] Visibility must be declared on method | | "getSubscribedEvents" 104 | ERROR | [x] Missing function doc comment 105 | ERROR | [x] Short array syntax must be used to define arrays 107 | ERROR | [x] Expected 1 blank line after function; 0 found 108 | ERROR | [x] The closing brace for the class must have an empty | | line before it -------------------------------------------------------------------------- PHPCBF CAN FIX THE 7 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 -------------------------------------------------------------------------- 50 | ERROR | [x] Parameter comment must end with a full stop 189 | ERROR | [ ] If the line declaring an array spans longer than 80 | | characters, each element should be broken into its own | | line 224 | ERROR | [ ] Doc comment short description must be on a single | | line, further text should be a separate paragraph 225 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 225 | ERROR | [x] Expected "string" but found "String" for parameter | | type 226 | ERROR | [x] Parameter comment must end with a full stop 229 | ERROR | [ ] Missing parameter comment 231 | 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: 37.73 secs; Memory: 24Mb
/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_form.js: line 10, col 66, 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_security_groups.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_security_groups.js: line 5, col 31, 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_security_groups.js: line 6, col 20, 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_security_groups.js: line 7, col 71, 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_security_groups.js: line 8, col 69, 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_security_groups.js: line 10, col 6, 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_security_groups.js: line 71, col 16, 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_security_groups.js: line 74, 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_security_groups.js: line 92, col 11, Error - Missing semicolon. (semi) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud_security_groups.js: line 102, col 11, Error - Missing semicolon. (semi) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud_security_groups.js: line 107, col 30, 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_security_groups.js: line 114, col 30, 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_security_groups.js: line 123, 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_security_groups.js: line 131, 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_security_groups.js: line 140, col 20, Error - Newline required at end of file but not found. (eol-last) /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) 1205 problems