-
-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathSteepfile
More file actions
24 lines (20 loc) · 577 Bytes
/
Copy pathSteepfile
File metadata and controls
24 lines (20 loc) · 577 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
target :lib do
signature "sig"
check "lib"
collection_config "rbs_collection.yaml"
ignore "lib/stoplight/rspec"
ignore "lib/stoplight/rspec.rb"
# library "pathname" # Standard libraries
# library "strong_json" # Gems
configure_code_diagnostics(Steep::Diagnostic::Ruby.strict)
end
# target :strict do
# signature "sig"
#
# # check "lib/stoplight/domain"
# check "lib/stoplight/infrastructure"
# check "lib/stoplight/wiring"
# check "lib/stoplight.rb"
#
# configure_code_diagnostics(Steep::Diagnostic::Ruby.all_error)
# end