forked from Shopify/ruby-lsp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.yml
More file actions
38 lines (34 loc) · 655 Bytes
/
dev.yml
File metadata and controls
38 lines (34 loc) · 655 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: ruby-lsp
type: ruby
up:
- ruby
- bundler
- node:
yarn: true
version: 18.15.0
packages:
- vscode
commands:
docs:
run: bundle exec rake rdoc
subcommands:
check:
run: bundle exec rake ruby_lsp:check_docs
server: exe/ruby-lsp
style: bin/rubocop
typecheck:
aliases: ["tc"]
run: "bundle exec srb tc"
ci:
run: "bundle exec rake ruby_lsp:check_docs &&
bundle exec srb tc &&
bin/rubocop &&
bin/test &&
bundle exec exe/ruby-lsp-check"
test:
syntax:
argument: file
optional: args...
run: bin/test
env:
'RUBY_DEBUG_IRB_CONSOLE': '1'