Skip to content

[Uim] fix: sing-box subscribe #1269

[Uim] fix: sing-box subscribe

[Uim] fix: sing-box subscribe #1269

Triggered via pull request July 24, 2024 04:01
@77-QiQi77-QiQi
synchronize #2448
77-QiQi:uim
Status Failure
Total duration 1m 7s
Artifacts

lint.yml

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

Annotations

4 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#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
Process completed with exit code 1.