File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed
tests/test-sources/plugins/by-name Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 23
23
] ;
24
24
25
25
brokenTools =
26
- lib . optionals hostPlatform . isDarwin [
26
+ [
27
+ #TODO Added 2025-04-01
28
+ # php-cs-fixer is marked as broken
29
+ "php_cs_fixer"
30
+ ]
31
+ ++ lib . optionals hostPlatform . isDarwin [
27
32
# As of 2024-01-04, texliveMedium is broken on darwin
28
33
# TODO: re-enable those tests when fixed
29
34
"chktex"
Original file line number Diff line number Diff line change 105
105
106
106
sources =
107
107
let
108
- disabled = lib . optionals ( hostPlatform . isLinux && hostPlatform . isAarch64 ) [
109
- # Not available on aarch64-linux
110
- "smlfmt"
111
- ] ;
108
+ disabled =
109
+ [
110
+ #TODO Added 2025-04-01
111
+ # php-cs-fixer is marked as broken
112
+ "phpcsfixer"
113
+ ]
114
+ ++ lib . optionals ( hostPlatform . isLinux && hostPlatform . isAarch64 ) [
115
+ # Not available on aarch64-linux
116
+ "smlfmt"
117
+ ] ;
112
118
in
113
119
# Enable every none-ls source that has an option
114
120
lib . mapAttrs (
You can’t perform that action at this time.
0 commit comments