mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-09-10 19:56:24 +00:00
Many changes
This commit is contained in:
22
.config/efm-langserver/config.yaml
Normal file
22
.config/efm-langserver/config.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
version: 2
|
||||
|
||||
tools:
|
||||
mix_credo: &mix_credo
|
||||
lint-command: "MIX_ENV=test mix credo suggest --format=flycheck --read-from-stdin ${INPUT}"
|
||||
lint-stdin: true
|
||||
lint-formats:
|
||||
- '%f:%l:%c: %t: %m'
|
||||
- '%f:%l: %t: %m'
|
||||
lint-ignore-exit-code: true
|
||||
lint-category-map:
|
||||
R: N
|
||||
D: I
|
||||
F: E
|
||||
W: W
|
||||
root-markers:
|
||||
- mix.lock
|
||||
- mix.exs
|
||||
|
||||
languages:
|
||||
elixir:
|
||||
- <<: *mix_credo
|
Reference in New Issue
Block a user