Skip to content

Commit

Permalink
Update Steepfile template
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Nov 25, 2024
1 parent bcc568c commit e727bba
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/steep/drivers/init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class Init
#
# target :lib do
# signature "sig"
# ignore_signature "sig/test"
#
# check "lib" # Directory name
# check "path/to/source.rb" # File name
Expand All @@ -31,9 +32,11 @@ class Init
# end
# target :test do
# signature "sig", "sig-private"
# unreferenced! # Skip type checking the `lib` code when types in `test` target is changed
# signature "sig/test" # Put RBS files for tests under `sig/test`
# check "test" # Type check Ruby scripts under `test`
#
# check "test"
# configure_code_diagnostics(D::Ruby.lenient) # Weak type checking for test code
#
# # library "pathname" # Standard libraries
# end
Expand Down

0 comments on commit e727bba

Please sign in to comment.