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: ...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/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 -------------------------------------------------------------------------- 584 | WARNING | Unused variable $region. -------------------------------------------------------------------------- FILE: ...providers/aws_cloud/src/Plugin/Field/FieldFormatter/TagFormatter.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 98 | WARNING | Unused variable $delta. -------------------------------------------------------------------------- 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: ...service_providers/aws_cloud/src/Plugin/Field/FieldWidget/TagItem.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES -------------------------------------------------------------------------- 106 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() instead 125 | WARNING | t() calls should be avoided in classes, use dependency | | injection and $this->t() 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 -------------------------------------------------------------------------- 209 | WARNING | Unused variable $max_count. -------------------------------------------------------------------------- FILE: ...ervice_providers/aws_cloud/tests/src/Functional/Ec2/SnapshotTest.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 164 | 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 -------------------------------------------------------------------------- 120 | WARNING | Unused variable $defaults. 664 | WARNING | Unused variable $index. -------------------------------------------------------------------------- FILE: ...aws_cloud/tests/src/Unit/Plugin/AwsCloudServerTemplatePluginTest.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES -------------------------------------------------------------------------- 188 | WARNING | Unused variable $random. 190 | WARNING | Unused variable $mock_security_group_and_names. -------------------------------------------------------------------------- FILE: ...view_temp/modules/cloud_service_providers/aws_cloud/aws_cloud.module -------------------------------------------------------------------------- FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES -------------------------------------------------------------------------- 28 | WARNING | Global constants should not be used, move it to a class | | or interface 530 | WARNING | Unused variable $account. 1515 | WARNING | Unused variable $key. -------------------------------------------------------------------------- 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: ...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: 35.31 secs; Memory: 24Mb
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 AND 1 WARNING AFFECTING 2 LINES -------------------------------------------------------------------------- 29 | WARNING | [ ] Line exceeds 80 characters; contains 101 characters 111 | 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 54 | WARNING | [ ] Line exceeds 80 characters; contains 95 characters 55 | 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 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/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 2 ERRORS AND 1 WARNING 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 27 | ERROR | [x] Expected 1 blank line before function; 0 found -------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...d_service_providers/aws_cloud/src/Aws/Ec2/SecurityGroupInterface.php -------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 26 | ERROR | [x] Expected 1 blank line before function; 0 found -------------------------------------------------------------------------- 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 2 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 25 | ERROR | [x] Expected 1 blank line before function; 0 found -------------------------------------------------------------------------- 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 208 | ERROR | [ ] Doc comment short description must start with a | | capital letter -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...cloud_service_providers/aws_cloud/src/Aws/Ec2/ElasticIpInterface.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/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: ...rvice_providers/aws_cloud/src/Service/AwsPricingServiceInterface.php -------------------------------------------------------------------------- FOUND 6 ERRORS AFFECTING 5 LINES -------------------------------------------------------------------------- 7 | ERROR | [x] Expected 1 space(s) before asterisk; 2 found 21 | ERROR | [ ] Missing parameter comment 23 | ERROR | [ ] Type hint "\Drupal\cloud\Entity\CloudConfig" missing | | for $cloud_config_entity 28 | ERROR | [ ] Description for the @return value must be on the next | | line 31 | ERROR | [x] Expected 1 newline at end of file; 0 found 31 | ERROR | [x] The closing brace for the interface must have an empty | | line before it -------------------------------------------------------------------------- PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ules/cloud_service_providers/aws_cloud/src/Service/AwsEc2Service.php -------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 1194 | ERROR | Private method name | | "AwsEc2Service::_setupIpPermissionObject" is not in | | lowerCamel format -------------------------------------------------------------------------- FILE: ...rvice_providers/aws_cloud/src/Service/AwsPricingServiceException.php -------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 6 | ERROR | [x] Doc comment short description must end with a full stop 7 | ERROR | [x] Expected 1 space(s) before asterisk; 2 found -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: .../cloud_service_providers/aws_cloud/src/Service/AwsPricingService.php -------------------------------------------------------------------------- FOUND 10 ERRORS AND 2 WARNINGS AFFECTING 11 LINES -------------------------------------------------------------------------- 13 | ERROR | [x] Missing class doc comment 65 | ERROR | [x] Doc comment short description must end with a full | | stop 66 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 66 | ERROR | [x] Expected "bool" but found "boolean" for @var tag in | | member variable comment 72 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 74 | ERROR | [ ] Class property $ec2_pricing_endpoint should use | | lowerCamel naming without underscores 78 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 100 | WARNING | [ ] Line exceeds 80 characters; contains 107 characters 127 | ERROR | [ ] Description for the @return value is missing 148 | WARNING | [x] A comma should follow the last multiline array item. | | Found: 0 169 | ERROR | [x] Expected newline after closing brace 177 | ERROR | [x] Expected 1 newline at end of file; 0 found -------------------------------------------------------------------------- PHPCBF CAN FIX THE 9 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 11 ERRORS AFFECTING 11 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 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 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 58 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ) 79 | ERROR | [x] Expected 1 space after "=>"; 0 found 79 | 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: ...rvice_providers/aws_cloud/src/Form/Ec2/ElasticIpDisassociateForm.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 33 | WARNING | Only string literals should be passed to t() where | | possible -------------------------------------------------------------------------- FILE: .../cloud_service_providers/aws_cloud/src/Form/Ec2/InstanceEditForm.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 12 WARNINGS AFFECTING 12 LINES -------------------------------------------------------------------------- 49 | WARNING | Translatable strings must not begin or end with white | | spaces, use placeholders with t() for variables 82 | WARNING | Translatable strings must not begin or end with white | | spaces, use placeholders with t() for variables 88 | WARNING | Translatable strings must not begin or end with white | | spaces, use placeholders with t() for variables 94 | WARNING | Translatable strings must not begin or end with white | | spaces, use placeholders with t() for variables 125 | 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 184 | WARNING | Translatable strings must not begin or end with white | | spaces, use placeholders with t() for variables 193 | WARNING | Translatable strings must not begin or end with white | | spaces, use placeholders with t() for variables 198 | WARNING | Translatable strings must not begin or end with white | | spaces, use placeholders with t() for variables 228 | WARNING | Translatable strings must not begin or end with white | | spaces, use placeholders with t() for variables 258 | WARNING | Translatable strings must not begin or end with white | | spaces, use placeholders with t() for variables 285 | WARNING | Translatable strings must not begin or end with white | | spaces, use placeholders with t() for variables -------------------------------------------------------------------------- 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: ...loud_service_providers/aws_cloud/src/Form/Ec2/InstanceRebootForm.php -------------------------------------------------------------------------- FOUND 4 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 10 | ERROR | [x] Expected 1 space after class name; 2 found 10 | ERROR | [x] Expected 1 space before extends keyword; 2 found 50 | ERROR | [x] Expected 1 newline at end of file; 0 found 50 | ERROR | [x] The closing brace for the class must have an empty line | | before it -------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 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: ...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 -------------------------------------------------------------------------- 28 | ERROR | Missing short description in doc comment 94 | ERROR | Doc comment is empty -------------------------------------------------------------------------- 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 5 ERRORS AND 2 WARNINGS AFFECTING 7 LINES -------------------------------------------------------------------------- 24 | WARNING | Line exceeds 80 characters; contains 81 characters 108 | ERROR | Doc comment short description must be on a single line, | | further text should be a separate paragraph 141 | ERROR | Doc comment short description must be on a single line, | | further text should be a separate paragraph 169 | WARNING | Line exceeds 80 characters; contains 81 characters 170 | ERROR | Doc comment short description must be on a single line, | | further text should be a separate paragraph 201 | ERROR | Doc comment short description must be on a single line, | | further text should be a separate paragraph 244 | 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 -------------------------------------------------------------------------- 212 | ERROR | [x] Missing function doc comment 212 | ERROR | [ ] Private method name | | "AwsCloudConfigTest::_testCloudConfigRedirectRepeat" | | is not in lowerCamel format 235 | 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 78 | ERROR | [x] Doc comment short description must end with a full | | stop 85 | ERROR | [x] Doc comment short description must end with a full | | stop 95 | ERROR | [x] Parameter comment must end with a full stop 112 | ERROR | [x] Parameter comment must end with a full stop 115 | 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 2 ERRORS AND 5 WARNINGS AFFECTING 7 LINES -------------------------------------------------------------------------- 78 | WARNING | Translatable strings must not begin or end with white | | spaces, use placeholders with t() for variables 82 | WARNING | Do not concatenate strings to translatable strings, they | | should be part of the t() argument and you should use | | placeholders 126 | WARNING | Do not concatenate strings to translatable strings, they | | should be part of the t() argument and you should use | | placeholders 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 222 | ERROR | Parameter comment must start with a capital letter 232 | ERROR | Doc comment short description must be on a single line, | | further text should be a separate paragraph -------------------------------------------------------------------------- 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 5 WARNINGS AFFECTING 10 LINES -------------------------------------------------------------------------- 80 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 84 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 148 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 183 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 187 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 242 | ERROR | [ ] Parameter comment must start with a capital letter 244 | ERROR | [ ] Parameter comment must start with a capital letter 257 | ERROR | [ ] Parameter comment must start with a capital letter 259 | ERROR | [ ] Parameter comment must start with a capital letter 268 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 5 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ervice_providers/aws_cloud/tests/src/Functional/Ec2/SnapshotTest.php -------------------------------------------------------------------------- FOUND 1 ERROR AND 5 WARNINGS AFFECTING 6 LINES -------------------------------------------------------------------------- 78 | WARNING | Do not concatenate strings to translatable strings, they | | should be part of the t() argument and you should use | | placeholders 83 | WARNING | Translatable strings must not begin or end with white | | spaces, use placeholders with t() for variables 113 | WARNING | Do not concatenate strings to translatable strings, they | | should be part of the t() argument and you should use | | placeholders 148 | WARNING | Translatable strings must not begin or end with white | | spaces, use placeholders with t() for variables 150 | WARNING | Do not concatenate strings to translatable strings, they | | should be part of the t() argument and you should use | | placeholders 221 | ERROR | Parameter comment must start with a capital letter -------------------------------------------------------------------------- FILE: ...e_providers/aws_cloud/tests/src/Functional/Ec2/SecurityGroupTest.php -------------------------------------------------------------------------- FOUND 18 ERRORS AND 12 WARNINGS AFFECTING 27 LINES -------------------------------------------------------------------------- 87 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 10 88 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 8 89 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 132 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 143 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 161 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 165 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 187 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 187 | ERROR | [ ] Missing parameter comment 189 | ERROR | [ ] Private method name | | "SecurityGroupTest::_testIpPermissionsFromApiUpdate" | | is not in lowerCamel format 272 | WARNING | [ ] Only string literals should be passed to t() where | | possible 286 | ERROR | [x] Doc comment short description must end with a full | | stop 287 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 287 | ERROR | [ ] Missing parameter comment 289 | ERROR | [ ] Private method name | | "SecurityGroupTest::_testIpPermissionsEdit" is not | | in lowerCamel format 312 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 314 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 10 315 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 8 316 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 347 | ERROR | [x] There must be exactly one blank line before the tags | | in a doc comment 347 | ERROR | [ ] Missing parameter comment 349 | ERROR | [ ] Private method name | | "SecurityGroupTest::_testIpPermissionsValidate" is | | not in lowerCamel format 372 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 374 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 10 375 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 8 376 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 483 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 485 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 10 486 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 8 487 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders -------------------------------------------------------------------------- PHPCBF CAN FIX THE 12 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...service_providers/aws_cloud/tests/src/Functional/Ec2/KeyPairTest.php -------------------------------------------------------------------------- FOUND 2 ERRORS AND 3 WARNINGS AFFECTING 5 LINES -------------------------------------------------------------------------- 82 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 116 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 120 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 133 | ERROR | [x] Array indentation error, expected 30 spaces but | | found 28 134 | ERROR | [x] Array closing indentation error, expected 28 spaces | | but found 26 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...ce_providers/aws_cloud/tests/src/Functional/Ec2/AwsCloudTestCase.php -------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 136 | ERROR | Doc comment short description must be on a single line, | | further text should be a separate paragraph -------------------------------------------------------------------------- FILE: ...ervice_providers/aws_cloud/tests/src/Functional/Ec2/InstanceTest.php -------------------------------------------------------------------------- FOUND 16 ERRORS AND 6 WARNINGS AFFECTING 22 LINES -------------------------------------------------------------------------- 195 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 238 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 242 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 255 | ERROR | [x] Array indentation error, expected 30 spaces but | | found 28 256 | ERROR | [x] Array closing indentation error, expected 28 spaces | | but found 26 355 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 36 356 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 34 376 | ERROR | [x] Functions must not contain multiple empty lines in a | | row; found 2 empty lines 390 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 36 391 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 34 397 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 405 | ERROR | [x] Array indentation error, expected 8 spaces but found | | 36 406 | ERROR | [x] Array closing indentation error, expected 6 spaces | | but found 34 409 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 411 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 802 | ERROR | [ ] Parameter comment must start with a capital letter 844 | ERROR | [ ] Parameter comment must start with a capital letter 846 | ERROR | [ ] Parameter comment must start with a capital letter 859 | ERROR | [ ] Parameter comment must start with a capital letter 871 | ERROR | [ ] Parameter comment must start with a capital letter 884 | ERROR | [ ] Parameter comment must start with a capital letter 886 | ERROR | [ ] Parameter comment must start with a capital letter -------------------------------------------------------------------------- PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...roviders/aws_cloud/tests/src/Functional/Ec2/NetworkInterfaceTest.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 8 WARNINGS AFFECTING 8 LINES -------------------------------------------------------------------------- 74 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 79 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 117 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 127 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 157 | WARNING | [ ] Translatable strings must not begin or end with | | white spaces, use placeholders with t() for | | variables 161 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 193 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ) 199 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ) -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 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 28 ERRORS AND 2 WARNINGS AFFECTING 27 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 128 | ERROR | [x] A cast statement must be followed by a single space 165 | ERROR | [ ] Parameter comment must start with a capital letter 167 | ERROR | [ ] Parameter comment must start with a capital letter 168 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 184 | ERROR | [ ] Parameter comment must start with a capital letter 185 | ERROR | [x] Separate the @param and @return sections by a blank | | line. 185 | ERROR | [ ] Description for the @return value is missing 205 | WARNING | [x] A comma should follow the last multiline array item. | | Found: $group_id 260 | ERROR | [x] Space found after square bracket; expected | | "[array_rand" but found "[ | | array_rand" 262 | WARNING | [x] A comma should follow the last multiline array item. | | Found: ] 262 | ERROR | [x] Space found before square bracket; expected ")]" but | | found ") | | ]" 274 | ERROR | [x] Space found after square bracket; expected | | "[array_rand" but found "[ | | array_rand" 275 | ERROR | [x] Array indentation error, expected 10 spaces but | | found 12 276 | ERROR | [x] Space found before square bracket; expected ")]" but | | found ") | | ]" 287 | ERROR | [x] Space found after square bracket; expected | | "[array_rand" but found "[ | | array_rand" 288 | ERROR | [x] Array indentation error, expected 10 spaces but | | found 12 289 | ERROR | [x] Space found before square bracket; expected ")]" but | | found ") | | ]" 305 | ERROR | [x] Space found after square bracket; expected | | "[$array_indice" but found "[ | | $array_indice" 306 | ERROR | [x] Array indentation error, expected 12 spaces but | | found 14 307 | ERROR | [x] Space found before square bracket; expected "]]" but | | found "] | | ]" 308 | ERROR | [x] Space found after square bracket; expected | | "[$array_indice" but found "[ | | $array_indice" 309 | ERROR | [x] Array indentation error, expected 12 spaces but | | found 14 310 | ERROR | [x] Space found before square bracket; expected "]]" but | | found "] | | ]" -------------------------------------------------------------------------- PHPCBF CAN FIX THE 23 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 2 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 315 | ERROR | [x] Missing function doc comment 716 | 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: ...ud_server_template/src/Controller/CloudServerTemplateListBuilder.php -------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE -------------------------------------------------------------------------- 55 | WARNING | Line exceeds 80 characters; contains 90 characters -------------------------------------------------------------------------- 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: ...oud_server_template/tests/src/Functional/CloudServerTemplateTest.php -------------------------------------------------------------------------- FOUND 1 ERROR AND 4 WARNINGS AFFECTING 5 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 101 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 148 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 237 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders 262 | WARNING | [ ] Do not concatenate strings to translatable strings, | | they should be part of the t() argument and you | | should use placeholders -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: .../pareviewsh/pareview_temp/src/Controller/CloudContentListBuilder.php -------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------- 132 | ERROR | [x] Expected 1 newline at end of file; 2 found -------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...r/drupal/pareviewsh/pareview_temp/src/Controller/CloudController.php -------------------------------------------------------------------------- FOUND 7 ERRORS AND 1 WARNING AFFECTING 8 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] Namespaced classes, interfaces and traits should not | | begin with a file doc comment 33 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters 67 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found | | 6 71 | ERROR | [x] Line indented incorrectly; expected 5 spaces, found | | 4 99 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found | | 6 103 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found | | 6 104 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found | | 6 110 | ERROR | [x] Line indented incorrectly; expected 5 spaces, found | | 4 -------------------------------------------------------------------------- PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- 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 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 -------------------------------------------------------------------------- Time: 47.14 secs; Memory: 26Mb
/var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 6, col 3, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 11, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 11, col 10, Error - 'selectAllTemplateOptions' is defined but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 13, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 14, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 15, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 16, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 17, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 17, col 55, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 20, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 20, col 10, Error - 'moveElement' is defined but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 20, col 30, Error - Multiple spaces found before 'second'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 22, col 21, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 22, col 30, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 23, col 31, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 24, col 3, Error - Unexpected space between function name and paren. (no-spaced-func) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 24, col 23, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 24, col 36, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 24, col 39, Error - Multiple spaces found before 'selectedState'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 24, col 53, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 24, col 56, Error - Multiple spaces found before 'true'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 24, col 61, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 24, col 64, Error - Multiple spaces found before '""'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 24, col 64, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 24, col 67, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 28, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 29, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 31, col 3, Error - Expected { after 'if' condition. (curly) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 31, col 22, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 31, col 31, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 32, col 13, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 32, col 18, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 37, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 37, col 10, Error - 'moveElementUp' is defined but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 39, col 7, Error - 'obj' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 39, col 18, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 40, col 3, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 41, col 3, Error - Unexpected space between function name and paren. (no-spaced-func) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 41, col 16, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 41, col 22, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 45, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 45, col 10, Error - 'moveElementDown' is defined but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 46, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 47, col 7, Error - 'obj' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 47, col 18, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 48, col 3, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 49, col 3, Error - Unexpected space between function name and paren. (no-spaced-func) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 49, col 18, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 49, col 24, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud_scripting.js: line 51, col 2, Error - Newline required at end of file but not found. (eol-last) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 10, col 30, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 11, col 64, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 14, col 2, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 15, col 29, Error - Missing space before function parentheses. (space-before-function-paren) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 16, col 47, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 16, col 86, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 17, col 2, Error - Expected indentation of 2 spaces but found 1. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 19, col 1, Error - Expected indentation of 2 spaces but found 0. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 20, col 20, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 21, col 45, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 21, col 84, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 22, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 24, col 6, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 25, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 28, col 46, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 29, col 42, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 30, col 20, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 30, col 41, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 30, col 45, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 30, col 71, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 30, col 73, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 31, col 20, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 31, col 29, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 32, col 6, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 32, col 21, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 32, col 28, Error - Multiple spaces found before '&&'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 32, col 60, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 32, col 66, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 33, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 33, col 20, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 37, col 50, Error - Multiple spaces found before ';'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 37, col 50, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 37, col 51, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 38, col 22, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 39, col 17, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 39, col 22, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 40, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 41, col 6, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 41, col 18, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 41, col 21, Error - Unexpected space after unary operator '-'. (space-unary-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 42, col 31, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 42, col 46, Error - Multiple spaces found before ''operation=''. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 42, col 66, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 42, col 68, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 44, col 56, Error - Multiple spaces found before ';'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 44, col 56, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 44, col 57, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 45, col 26, Error - Multiple spaces found before '='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 45, col 48, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 45, col 67, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 45, col 70, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 45, col 70, Error - Multiple spaces found before ';'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 45, col 71, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 46, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 47, col 8, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 47, col 27, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 48, col 10, Error - Multiple spaces found before 'fltr_end_index'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 48, col 27, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 48, col 27, Error - Multiple spaces found before '!='. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 48, col 33, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 49, col 9, Error - Expected indentation of 6 spaces but found 8. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 49, col 35, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 49, col 73, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 49, col 90, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 49, col 92, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 50, col 9, Error - Expected indentation of 6 spaces but found 8. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 50, col 26, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 50, col 36, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 50, col 37, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 51, col 6, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 52, col 4, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 53, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 54, col 64, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 55, col 14, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 55, col 16, Error - There should be no space after '{'. (object-curly-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 55, col 18, Error - Properties shouldn't be quoted as all quotes are redundant. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 55, col 18, Error - Extra space after key 'order'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 55, col 43, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 56, col 18, Error - Extra space after key 'sort'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 56, col 18, Error - Expected indentation of 4 spaces but found 17. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 56, col 18, Error - Properties shouldn't be quoted as all quotes are redundant. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 57, col 17, Error - Properties shouldn't be quoted as all quotes are redundant. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 57, col 17, Error - Expected indentation of 4 spaces but found 16. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 57, col 17, Error - Extra space after key 'operation'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 58, col 18, Error - Extra space after key 'filter'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 58, col 18, Error - Expected indentation of 4 spaces but found 17. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 58, col 18, Error - Properties shouldn't be quoted as all quotes are redundant. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 58, col 43, Error - Unexpected trailing comma. (comma-dangle) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 58, col 44, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 59, col 16, Error - Expected indentation of 2 spaces but found 15. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 59, col 17, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 60, col 14, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 61, col 35, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 62, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 63, col 2, Error - Expected indentation of 0 spaces but found 1. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 64, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 65, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 66, col 1, Error - Expected indentation of 2 spaces but found 0. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 69, col 78, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 70, col 78, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 71, col 19, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 71, col 29, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 72, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 74, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 76, col 71, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 79, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 80, col 60, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 82, col 6, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 84, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 85, col 60, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 86, col 34, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 86, col 47, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 86, col 47, Error - Multiple spaces found before ','. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 86, col 60, Error - Multiple spaces found before ')'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 86, col 60, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 86, col 62, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 86, col 63, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 87, col 34, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 87, col 47, Error - There should be no space before ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 87, col 60, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 87, col 62, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 88, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 89, col 66, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 90, col 64, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 91, col 6, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 92, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 93, col 49, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 96, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 98, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 99, col 53, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 99, col 54, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.auto_refresh_list_all_instances.js: line 104, col 12, Error - Newline required at end of file but not found. (eol-last) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 3, col 1, Warning - Missing JSDoc for parameter 'context'. (valid-jsdoc) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 8, col 35, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 9, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 11, col 13, Error - Missing space before function parentheses. (space-before-function-paren) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 12, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 13, col 7, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 15, col 17, Error - Missing space before function parentheses. (space-before-function-paren) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 18, col 8, Error - Missing semicolon. (semi) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 19, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 20, col 7, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 21, col 26, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 22, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 23, col 7, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 24, col 33, Error - A space is required after ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 25, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 26, col 57, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 30, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 32, col 11, Error - Extra space after key 'left'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 32, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 32, col 25, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 33, col 11, Error - Extra space after key 'top'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 33, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 33, col 25, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 34, col 11, Error - Extra space after key 'z-index'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 34, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 37, col 4, Error - Missing semicolon. (semi) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 38, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 40, col 13, Error - Missing space before function parentheses. (space-before-function-paren) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 41, col 7, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 42, col 47, Error - A space is required after ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 44, col 4, Error - Missing semicolon. (semi) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 45, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 47, col 9, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 49, col 7, Error - Split 'var' declarations into multiple statements. (one-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 52, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 53, col 9, Error - Expected indentation of 6 spaces but found 8. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 54, col 9, Error - Expected indentation of 6 spaces but found 8. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 61, col 11, Error - Split 'var' declarations into multiple statements. (one-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 65, col 30, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 65, col 43, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 65, col 56, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 65, col 113, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 68, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 69, col 7, Error - Split 'var' declarations into multiple statements. (one-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 70, col 7, Error - Expected indentation of 8 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 71, col 7, Error - Expected indentation of 8 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 72, col 7, Error - Expected indentation of 8 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 73, col 7, Error - Expected indentation of 8 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 73, col 7, Error - Split 'var' declarations into multiple statements. (one-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 74, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 75, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 75, col 11, Error - 'popangle' is assigned a value but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 76, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 76, col 19, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 76, col 36, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 77, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 78, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 78, col 11, Error - 'delta' is assigned a value but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 79, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 79, col 20, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 79, col 37, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 80, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 80, col 60, Error - Inconsistently quoted property 'gradient' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 80, col 70, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 80, col 87, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 80, col 100, Error - Inconsistently quoted property 'stroke' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 80, col 116, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 80, col 135, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 80, col 145, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 81, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 81, col 28, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 81, col 54, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 81, col 75, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 82, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 83, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 84, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 17, Error - 'txt' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 55, Error - Inconsistently quoted property 'fill' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 61, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 72, Error - Inconsistently quoted property 'stroke' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 80, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 88, Error - Inconsistently quoted property 'opacity' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 100, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 115, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 137, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 150, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 158, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 173, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 181, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 85, col 196, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 86, col 17, Error - 'txt_dot' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 86, col 46, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 86, col 57, Error - Inconsistently quoted property 'fill' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 86, col 71, Error - Inconsistently quoted property 'stroke' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 86, col 79, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 86, col 87, Error - Inconsistently quoted property 'opacity' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 86, col 99, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 86, col 136, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 86, col 149, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 86, col 157, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 86, col 172, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 86, col 180, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 86, col 195, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 88, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 17, Error - 'txt' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 17, Error - 'txt' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 55, Error - Inconsistently quoted property 'fill' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 61, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 72, Error - Inconsistently quoted property 'stroke' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 80, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 88, Error - Inconsistently quoted property 'opacity' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 100, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 137, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 150, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 158, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 173, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 181, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 90, col 196, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 17, Error - 'txt_dot' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 17, Error - 'txt_dot' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 46, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 57, Error - Inconsistently quoted property 'fill' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 71, Error - Inconsistently quoted property 'stroke' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 79, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 87, Error - Inconsistently quoted property 'opacity' found. (quote-props) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 99, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 136, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 149, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 157, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 172, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 180, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 91, col 195, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 93, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 95, col 7, Error - Expected indentation of 8 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 96, col 52, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 97, col 9, Error - 'txt' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 97, col 9, Error - 'txt' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 97, col 39, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 98, col 9, Error - 'txt_dot' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 98, col 9, Error - 'txt_dot' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 98, col 43, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 99, col 9, Error - Expected indentation of 6 spaces but found 8. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 100, col 50, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 101, col 11, Error - 'txt' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 101, col 11, Error - 'txt' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 102, col 11, Error - 'txt_dot' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 102, col 11, Error - 'txt_dot' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 106, col 20, Error - 'txt' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 106, col 20, Error - 'txt' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 107, col 20, Error - 'txt_dot' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 107, col 20, Error - 'txt_dot' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 110, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 111, col 16, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 111, col 43, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 111, col 51, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 112, col 25, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 115, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 116, col 16, Error - 'i' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 116, col 16, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 116, col 23, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 116, col 27, Error - 'ii' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 116, col 31, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 117, col 17, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 119, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 122, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 125, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 126, col 24, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 127, col 7, Error - Split 'var' declarations into multiple statements. (one-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 127, col 19, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 127, col 64, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 129, col 9, Error - 'columnWidth' is assigned a value but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 131, col 29, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 131, col 90, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 133, col 7, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 135, col 7, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 136, col 34, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 138, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 140, col 3, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 141, col 5, Error - Split 'var' declarations into multiple statements. (one-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 141, col 9, Error - 'data' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 142, col 7, Error - 'labels' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 143, col 21, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 146, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 147, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 148, col 13, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 148, col 101, Error - 'data' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 148, col 107, Error - 'labels' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 148, col 115, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 148, col 123, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 150, col 3, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 154, col 90, Error - Missing semicolon. (semi) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 157, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 158, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 160, col 9, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 161, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 162, col 5, Error - Split 'var' declarations into multiple statements. (one-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 162, col 9, Error - 'data' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 162, col 9, Error - 'data' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 163, col 7, Error - 'labels' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 163, col 7, Error - 'labels' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 164, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 165, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 166, col 5, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 167, col 46, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 168, col 14, Error - 'data' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 170, col 5, Error - Expected indentation of 8 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 170, col 31, Error - Extra space before value for key 'one'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 171, col 35, Error - 'labels' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 171, col 35, Error - Extra space before value for key 'labels'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 172, col 35, Error - Extra space before value for key 'colours'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 172, col 42, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 173, col 9, Error - Extra space after key 'hover_color'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 173, col 35, Error - Extra space before value for key 'hover_color'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 173, col 35, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 174, col 9, Error - Extra space after key 'datalabels'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 174, col 35, Error - Extra space before value for key 'datalabels'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 174, col 42, Error - 'data' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 175, col 5, Error - Expected indentation of 8 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 175, col 31, Error - Extra space before value for key 'background_colour'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 176, col 35, Error - Extra space before value for key 'grid'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 177, col 5, Error - Expected indentation of 8 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 177, col 31, Error - Extra space before value for key 'width'. (key-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 180, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 181, col 5, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 184, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 185, col 31, Error - A space is required after ','. (comma-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 186, col 7, Error - Split 'var' declarations into multiple statements. (one-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 186, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 187, col 7, Error - Expected indentation of 8 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 187, col 13, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 187, col 15, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 189, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 189, col 19, Error - Unexpected use of undefined. (no-undefined) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 189, col 34, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 190, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 190, col 7, Error - Expected space(s) after "while". (keyword-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 191, col 7, Error - Expected indentation of 8 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 191, col 44, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 191, col 48, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 193, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 195, col 2, Error - Missing semicolon. (semi) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.dashboard.js: line 195, col 2, Error - Newline required at end of file but not found. (eol-last) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.js: line 27, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.js: line 29, col 2, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.js: line 73, col 33, Error - Missing space before function parentheses. (space-before-function-paren) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.js: line 81, col 54, Error - Multiple spaces found before ')'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.js: line 81, col 54, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.js: line 83, col 52, Error - Multiple spaces found before ')'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/cloud.js: line 83, col 52, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 4, col 7, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 8, col 10, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 9, col 8, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 15, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 16, col 10, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 16, col 31, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 18, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 25, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 27, col 15, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 27, col 18, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 28, col 11, Error - 'selected1' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 28, col 20, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 29, col 11, Error - 'selected2' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 29, col 20, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 30, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 31, col 20, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 31, col 23, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 32, col 11, Error - 'selected1' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 32, col 11, Error - 'selected1' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 32, col 20, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 33, col 11, Error - 'selected2' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 33, col 11, Error - 'selected2' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 33, col 20, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 34, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 37, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 40, col 15, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 40, col 20, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 42, col 35, Error - 'selected1' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 42, col 35, Error - 'selected1' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 43, col 9, Error - Expected indentation of 6 spaces but found 8. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 45, col 18, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 46, col 37, Error - 'selected2' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 46, col 37, Error - 'selected2' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 47, col 11, Error - Expected indentation of 8 spaces but found 10. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 48, col 9, Error - Expected indentation of 6 spaces but found 8. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 49, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 50, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 51, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 52, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 58, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 58, col 10, Error - 'selectMatchingOptions' is defined but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 59, col 45, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 60, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 66, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 66, col 10, Error - 'selectOnlyMatchingOptions' is defined but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 67, col 45, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 68, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 72, col 15, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 74, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 75, col 45, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 76, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 77, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 83, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 84, col 11, Error - The array literal notation [] is preferrable. (no-array-constructor) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 86, col 12, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 86, col 13, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 86, col 17, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 86, col 18, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 86, col 39, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 87, col 29, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 87, col 43, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 87, col 53, Error - Multiple spaces found before 'obj'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 87, col 65, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 87, col 76, Error - Multiple spaces found before 'obj'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 87, col 88, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 87, col 109, Error - Multiple spaces found before 'obj'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 87, col 121, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 87, col 134, Error - Unexpected whitespace before semicolon. (semi-spacing) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 88, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 89, col 15, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 89, col 15, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 90, col 14, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 91, col 13, Error - Missing space before function parentheses. (space-before-function-paren) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 91, col 21, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 92, col 18, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 92, col 19, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 92, col 32, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 92, col 33, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 93, col 18, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 93, col 19, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 93, col 32, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 93, col 33, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 95, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 95, col 8, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 98, col 12, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 98, col 12, Error - 'i' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 98, col 13, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 98, col 17, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 98, col 18, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 98, col 29, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 99, col 17, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 99, col 35, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 99, col 45, Error - Multiple spaces found before 'o'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 99, col 47, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 99, col 58, Error - Multiple spaces found before 'o'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 99, col 60, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 99, col 81, Error - Multiple spaces found before 'o'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 99, col 83, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 100, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 101, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 105, col 67, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 107, col 65, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 110, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 112, col 13, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 112, col 18, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 114, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 115, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 116, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 126, col 68, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 132, col 67, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 135, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 137, col 23, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 139, col 15, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 139, col 18, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 141, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 142, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 145, col 12, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 145, col 13, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 145, col 17, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 145, col 18, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 145, col 40, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 146, col 9, Error - 'o' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 146, col 26, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 147, col 9, Error - 'o' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 148, col 34, Error - 'index' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 149, col 2, Error - Expected indentation of 6 spaces but found 1. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 149, col 13, Error - 'index' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 149, col 13, Error - 'index' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 149, col 18, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 150, col 18, Error - 'index' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 150, col 18, Error - 'index' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 150, col 37, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 150, col 39, Error - 'o' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 150, col 48, Error - Multiple spaces found before 'o'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 150, col 48, Error - 'o' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 150, col 58, Error - Multiple spaces found before 'false'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 150, col 66, Error - Multiple spaces found before 'false'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 151, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 152, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 154, col 12, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 154, col 12, Error - 'i' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 154, col 13, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 154, col 34, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 154, col 39, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 154, col 40, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 154, col 45, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 155, col 9, Error - 'o' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 155, col 9, Error - 'o' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 155, col 26, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 156, col 9, Error - 'o' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 157, col 20, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 158, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 159, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 160, col 24, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 160, col 44, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 160, col 44, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 161, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 162, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 162, col 28, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 162, col 39, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 162, col 39, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 163, col 7, Error - Opening curly brace does not appear on the same line as controlling statement. (brace-style) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 167, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 168, col 3, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 169, col 3, Error - Expected space or tab after '//' in comment. (spaced-comment) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 170, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 174, col 65, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 177, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 178, col 17, Error - The object literal notation {} is preferrable. (no-new-object) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 180, col 14, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 180, col 15, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 180, col 19, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 180, col 20, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 180, col 40, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 181, col 26, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 181, col 49, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 182, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 183, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 185, col 12, Error - 'i' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 185, col 12, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 185, col 13, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 185, col 17, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 185, col 18, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 185, col 40, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 186, col 26, Error - 'i' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 188, col 56, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 188, col 59, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 188, col 90, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 188, col 90, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 189, col 36, Error - 'index' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 190, col 2, Error - Expected indentation of 8 spaces but found 1. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 190, col 13, Error - 'index' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 190, col 13, Error - 'index' is already defined. (no-redeclare) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 190, col 18, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 191, col 20, Error - 'index' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 191, col 20, Error - 'index' used outside of binding context. (block-scoped-var) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 191, col 39, Error - There should be no spaces inside this paren. (space-in-parens) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 191, col 50, Error - Multiple spaces found before 'o'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 191, col 60, Error - Multiple spaces found before 'false'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 191, col 68, Error - Multiple spaces found before 'false'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 192, col 9, Error - Expected indentation of 6 spaces but found 8. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 193, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 194, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 195, col 24, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 195, col 44, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 195, col 44, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 197, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 200, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 206, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 206, col 10, Error - 'moveAllOptions' is defined but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 208, col 23, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 208, col 23, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 210, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 211, col 28, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 211, col 28, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 213, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 214, col 28, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 214, col 28, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 216, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 217, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 224, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 224, col 10, Error - 'copyAllOptions' is defined but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 226, col 23, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 226, col 23, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 228, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 229, col 28, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 229, col 28, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 231, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 232, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 238, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 242, col 37, Error - Multiple spaces found before 'o'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 242, col 50, Error - Multiple spaces found before 'o'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 242, col 73, Error - Multiple spaces found before 'o'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 243, col 12, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 243, col 37, Error - Multiple spaces found before 'o'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 243, col 50, Error - Multiple spaces found before 'o'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 243, col 73, Error - Multiple spaces found before 'o'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 248, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 249, col 1, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 254, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 254, col 10, Error - 'moveOptionUp' is defined but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 256, col 9, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 256, col 14, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 258, col 13, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 258, col 35, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 259, col 30, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 260, col 22, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 261, col 9, Error - Expected indentation of 6 spaces but found 8. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 262, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 263, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 264, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 270, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 270, col 10, Error - 'moveOptionDown' is defined but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 272, col 9, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 272, col 28, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 272, col 33, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 274, col 13, Error - Expected '!==' and instead saw '!='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 274, col 35, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 274, col 42, Error - Unexpected space after unary operator '!'. (space-unary-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 274, col 57, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 275, col 30, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 276, col 22, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 277, col 9, Error - Expected indentation of 6 spaces but found 8. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 278, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 279, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 280, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 287, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 287, col 10, Error - 'removeSelectedOptions' is defined but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 287, col 39, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 289, col 16, Error - Expected '===' and instead saw '=='. (eqeqeq) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 289, col 16, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 289, col 18, Error - Strings must use singlequote. (quotes) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 291, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 293, col 15, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 293, col 36, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 293, col 42, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 293, col 53, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 294, col 12, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 294, col 29, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 295, col 24, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 296, col 32, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 297, col 9, Error - Expected indentation of 6 spaces but found 8. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 297, col 10, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 298, col 7, Error - Expected indentation of 4 spaces but found 6. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 299, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 300, col 27, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 301, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 301, col 4, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 307, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 307, col 10, Error - 'removeAllOptions' is defined but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 307, col 34, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 309, col 13, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 309, col 34, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 309, col 40, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 309, col 51, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 310, col 28, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 311, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 311, col 6, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 312, col 27, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 313, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 313, col 4, Error - Trailing spaces not allowed. (no-trailing-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 319, col 1, Error - Use the function form of 'use strict'. (strict) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 319, col 10, Error - 'addOption' is defined but never used. (no-unused-vars) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 320, col 10, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 320, col 31, Error - Infix operators must be spaced. (space-infix-ops) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 321, col 57, Error - Multiple spaces found before 'value'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 321, col 65, Error - Multiple spaces found before 'false'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 321, col 73, Error - Multiple spaces found before 'selected'. (no-multi-spaces) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 322, col 5, Error - Expected indentation of 2 spaces but found 4. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/js/selectbox.js: line 323, col 3, Error - Expected indentation of 0 spaces but found 2. (indent) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud_elastic_ip.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_elastic_ip.js: line 5, 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_elastic_ip.js: line 14, 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_elastic_ip.js: line 15, col 4, Error - Missing semicolon. (semi) /var/vhosts/c214000000/site1101/web/vendor/drupal/pareviewsh/pareview_temp/modules/cloud_service_providers/aws_cloud/js/aws_cloud_elastic_ip.js: line 21, col 41, 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_elastic_ip.js: line 26, col 56, 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_elastic_ip.js: line 30, 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_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_form.js: line 17, col 33, 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 18, col 42, 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_form.js: line 19, col 40, 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 20, 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_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.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) 1215 problems