-
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathSteepfile
More file actions
26 lines (22 loc) · 642 Bytes
/
Steepfile
File metadata and controls
26 lines (22 loc) · 642 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
target :lib do
signature "sig"
check "lib"
collection_config "rbs_collection.yaml"
ignore "lib/stoplight/admin"
ignore "lib/stoplight/admin.rb"
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