File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed
tests/test-sources/plugins/by-name/none-ls Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 100
100
in
101
101
{
102
102
plugins . none-ls = {
103
- # sandbox-exec: pattern serialization length 159032 exceeds maximum (65535)
104
- enable = ! hostPlatform . isDarwin ;
103
+ enable = true ;
105
104
106
105
sources =
107
106
let
125
124
++ lib . optionals hostPlatform . isDarwin [
126
125
# TODO 2025-04-20 build failure
127
126
"ansiblelint"
127
+ # TODO 2025-06-24 build failure
128
+ "elm_format"
129
+ # TODO 2025-06-24 marked broken / unsupported platform
130
+ "clazy"
131
+ "haml_lint"
132
+ "racket_fixw"
133
+ "raco_fmt"
134
+ "rubyfmt"
135
+ ]
136
+ ++ lib . optionals ( hostPlatform . isDarwin && hostPlatform . isx86_64 ) [
137
+ # TODO: 2025-06-24 build failure
138
+ "gleam_format"
139
+ "ptop"
140
+ # NOTE: No hash for x86 darwin
141
+ "verible_verilog_format"
128
142
] ;
129
143
in
130
144
# Enable every none-ls source that has an option
You can’t perform that action at this time.
0 commit comments