Skip to content

Commit

Permalink
enable strict checking for lib/compsci/heap.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhull committed Jun 20, 2024
1 parent 00a3d87 commit 3c7cf99
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Steepfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ target :lib do
check "lib/compsci/elo.rb"
check "lib/compsci/fibonacci.rb"
check "lib/compsci/fit.rb"
check "lib/compsci/heap.rb"
# ...
check "lib/compsci/oracle.rb"

# library "pathname" # Standard libraries
# library "strong_json" # Gems

library "zlib"

# not actually needed
# library "forwardable"
# library "matrix"

configure_code_diagnostics(D::Ruby.strict)
Expand Down

0 comments on commit 3c7cf99

Please sign in to comment.