You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
The preferred way to use credo-language-server is through one of the supported editor extensions.
57
53
58
54
If you need to install credo-language-server on it's own, you can download the executable hosted by the GitHub release. The executable is an Elixir script that utilizes `Mix.install/2`.
59
55
56
+
### Note
57
+
58
+
Credo Language Server creates an `.elixir-tools` hidden directory in your project.
59
+
60
+
This should be added to your project's `.gitignore`.
61
+
60
62
## Code Actions
61
63
62
-
### Disable Check
64
+
### DisableCheck
65
+
66
+
Check: all
63
67
64
68
If there is a check that you'd wish to disable, you can trigger the code action on that line to insert a magic comment to disable that check.
65
69
70
+
### ModuleDocFalse
71
+
72
+
Check: `Credo.Check.Readability.ModuleDoc`
73
+
74
+
Inject a `@moduledoc false` snippet into the module.
75
+
66
76
---
67
77
68
78
Built with [gen_lsp](https://github.com/mhanberg/gen_lsp)
0 commit comments