Skip to content

Commit 4e62e68

Browse files
committed
chore: add solargraph support
1 parent 25cab5e commit 4e62e68

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.solargraph.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
include:
3+
- "**/*.rb"
4+
exclude:
5+
- spec/**/*
6+
- test/**/*
7+
- vendor/**/*
8+
- ".bundle/**/*"
9+
- ".env/**/*"
10+
require: []
11+
domains: []
12+
reporters:
13+
- rubocop
14+
- require_not_found
15+
formatter:
16+
rubocop:
17+
cops: safe
18+
except: []
19+
only: []
20+
extra_args: []
21+
require_paths: []
22+
plugins: []
23+
max_files: 5000

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
devShell = pkgs.mkShell {
2020
packages = with pkgs; [
21-
ruby_3_3
21+
(ruby_3_3.withPackages (p: with p; [solargraph]))
2222
lefthook
2323
];
2424

0 commit comments

Comments
 (0)