Skip to content

Commit

Permalink
chore: adding elixir language servers (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
aschiavon91 committed Dec 12, 2023
1 parent d48771c commit fb4c924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kondo-lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const PROJECT_PUB_DIRS: [&str; 4] = [
"linux/flutter/ephemeral",
"windows/flutter/ephemeral",
];
const PROJECT_ELIXIR_DIRS: [&str; 1] = ["_build"];
const PROJECT_ELIXIR_DIRS: [&str; 4] = ["_build", ".elixir-tools", ".elixir_ls", ".lexical"];
const PROJECT_SWIFT_DIRS: [&str; 2] = [".build", ".swiftpm"];
const PROJECT_ZIG_DIRS: [&str; 1] = ["zig-cache"];
const PROJECT_GODOT_4_DIRS: [&str; 1] = [".godot"];
Expand Down

0 comments on commit fb4c924

Please sign in to comment.