We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b62af commit d697eb8Copy full SHA for d697eb8
Steepfile
@@ -3,11 +3,14 @@ D = Steep::Diagnostic
3
target :lib do
4
signature "*.rbs"
5
6
+ # Note: All client-exposed methods/types should now have type signatures / rbs support
7
check "lib/unleash/client.rb"
8
check "lib/unleash/context.rb"
9
check "lib/unleash/variant.rb"
10
check "lib/unleash/scheduled_executor.rb"
11
12
+ # TODO: add signatures to the rest
13
+ # Mostly internal SDK files.
14
ignore "lib/unleash/bootstrap"
15
ignore "lib/unleash/strategy/*.rb"
16
ignore "lib/unleash/util"
0 commit comments