Skip to content

[Uim] fix: sing-box subscribe #1266

[Uim] fix: sing-box subscribe

[Uim] fix: sing-box subscribe #1266

Triggered via pull request July 24, 2024 03:27
Status Failure
Total duration 1m 2s
Artifacts

lint.yml

on: pull_request
php-file-changed
6s
php-file-changed
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: config/appprofile.example.php#L97
* [Array indent] Array close brace not indented correctly; expected 12 spaces but found 16
lint: config/appprofile.example.php#L113
* [Array indent] Array close brace not indented correctly; expected 12 spaces but found 16
lint: config/appprofile.example.php#L57
* [Trailing array comma] Multi-line arrays must have a trailing comma after the last element.
lint: config/appprofile.example.php#L62
* [Trailing array comma] Multi-line arrays must have a trailing comma after the last element.
lint: config/appprofile.example.php#L73
* [Trailing array comma] Multi-line arrays must have a trailing comma after the last element.
lint: config/appprofile.example.php#L96
* [Trailing array comma] Multi-line arrays must have a trailing comma after the last element.
lint: config/appprofile.example.php#L1
* [Binary operator spaces] @@ -49,3 +49,3 @@ 'level' => 'error', - "timestamp" => true, + "timestamp" => true, ], * [Single quote] @@ -47,3 +47,3 @@ 'log' => [ - "disabled" => false, + 'disabled' => false, 'level' => 'error', @@ -49,3 +49,3 @@ 'level' => 'error', - "timestamp" => true, + 'timestamp' => true, ], @@ -93,5 +93,5 @@ 'type' => 'tun', - "address" => [ - "172.18.0.1/30", - "fdfe:dcba:9876::1/126" + 'address' => [ + '172.18.0.1/30', + 'fdfe:dcba:9876::1/126' ],
lint: src/Services/Subscribe/SingBox.php#L115
* [Trailing array comma] Multi-line arrays must have a trailing comma after the last element.
lint: src/Services/Subscribe/SingBox.php#L1
* [Single quote] @@ -107,3 +107,3 @@ ], - "packet_encoding" => "packetaddr", + 'packet_encoding' => 'packetaddr', 'transport' => [ @@ -113,4 +113,4 @@ 'service_name' => $service_name, - "max_early_data" => 2048, - "early_data_header_name" => "Sec-WebSocket-Protocol" + 'max_early_data' => 2048, + 'early_data_header_name' => 'Sec-WebSocket-Protocol' ],
lint
Process completed with exit code 1.