Skip to content

Commit 6b95b82

Browse files
committed
tests/none-ls: re-enable semgrep test
1 parent 3cc58f0 commit 6b95b82

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

tests/test-sources/plugins/by-name/none-ls/default.nix

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -105,18 +105,10 @@
105105

106106
sources =
107107
let
108-
disabled =
109-
[
110-
# Added 2025-03-18
111-
# Dependency python3Packages.click-option-group is broken
112-
# TODO: re-enable when the fix lands in nixpkgs-unstable
113-
# https://github.com/NixOS/nixpkgs/pull/389579
114-
"semgrep"
115-
]
116-
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
117-
# Not available on aarch64-linux
118-
"smlfmt"
119-
];
108+
disabled = lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
109+
# Not available on aarch64-linux
110+
"smlfmt"
111+
];
120112
in
121113
# Enable every none-ls source that has an option
122114
lib.mapAttrs (

0 commit comments

Comments
 (0)