Skip to content

Commit d697eb8

Browse files
committed
add notes
1 parent e4b62af commit d697eb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Steepfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ D = Steep::Diagnostic
33
target :lib do
44
signature "*.rbs"
55

6+
# Note: All client-exposed methods/types should now have type signatures / rbs support
67
check "lib/unleash/client.rb"
78
check "lib/unleash/context.rb"
89
check "lib/unleash/variant.rb"
910
check "lib/unleash/scheduled_executor.rb"
1011

12+
# TODO: add signatures to the rest
13+
# Mostly internal SDK files.
1114
ignore "lib/unleash/bootstrap"
1215
ignore "lib/unleash/strategy/*.rb"
1316
ignore "lib/unleash/util"

0 commit comments

Comments
 (0)