Skip to content

Commit 3c7cf99

Browse files
committed
enable strict checking for lib/compsci/heap.rb
1 parent 00a3d87 commit 3c7cf99

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Steepfile

+4-3
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ target :lib do
1010
check "lib/compsci/elo.rb"
1111
check "lib/compsci/fibonacci.rb"
1212
check "lib/compsci/fit.rb"
13+
check "lib/compsci/heap.rb"
1314
# ...
1415
check "lib/compsci/oracle.rb"
1516

16-
# library "pathname" # Standard libraries
17-
# library "strong_json" # Gems
18-
1917
library "zlib"
18+
19+
# not actually needed
20+
# library "forwardable"
2021
# library "matrix"
2122

2223
configure_code_diagnostics(D::Ruby.strict)

0 commit comments

Comments
 (0)