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 8ac1eb0 commit b21dea9Copy full SHA for b21dea9
Steepfile
@@ -6,7 +6,9 @@ target :lib do
6
signature "ruby/testdata/example/sig"
7
signature "_gem/sig"
8
9
- check "ruby/testdata/example/lib" # Directory name
+ check "ruby/testdata/example/lib"
10
+ check "_gem/lib"
11
+
12
# check "Gemfile" # File name
13
# check "app/models/**/*.rb" # Glob
14
# ignore "lib/templates/*.rb"
0 commit comments