Skip to content

Commit

Permalink
add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rarruda committed Nov 15, 2022
1 parent e4b62af commit d697eb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Steepfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ D = Steep::Diagnostic
target :lib do
signature "*.rbs"

# Note: All client-exposed methods/types should now have type signatures / rbs support
check "lib/unleash/client.rb"
check "lib/unleash/context.rb"
check "lib/unleash/variant.rb"
check "lib/unleash/scheduled_executor.rb"

# TODO: add signatures to the rest
# Mostly internal SDK files.
ignore "lib/unleash/bootstrap"
ignore "lib/unleash/strategy/*.rb"
ignore "lib/unleash/util"
Expand Down

0 comments on commit d697eb8

Please sign in to comment.