Skip to content

Commit b21dea9

Browse files
committed
Add go_gem's lib/ to steep target
1 parent 8ac1eb0 commit b21dea9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Steepfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ target :lib do
66
signature "ruby/testdata/example/sig"
77
signature "_gem/sig"
88

9-
check "ruby/testdata/example/lib" # Directory name
9+
check "ruby/testdata/example/lib"
10+
check "_gem/lib"
11+
1012
# check "Gemfile" # File name
1113
# check "app/models/**/*.rb" # Glob
1214
# ignore "lib/templates/*.rb"

0 commit comments

Comments
 (0)