]> jaekl.net Git - quanlib.git/commit
Address the low-hanging-fruit RuboCop advisories
authorChris Jaekl <chris@jaekl.net>
Sat, 22 Jun 2024 22:51:39 +0000 (18:51 -0400)
committerChris Jaekl <chris@jaekl.net>
Sat, 22 Jun 2024 22:51:39 +0000 (18:51 -0400)
commit5cdb0d025521ac43a5d090d60c044d386d53b753
tree5280ebf49af117cd2c36c394cf725c6f1ebcbf8b
parentad4b08a7ee90cea8a88a6d79e27ece2cb164cbf4
Address the low-hanging-fruit RuboCop advisories

This leaves 50 "offenses" still to be examined.  Most of those are complaints about code complexity, and will require some thought before attempting a refactor.
21 files changed:
.rubocop.yml [new file with mode: 0644]
Gemfile
app/author.rb
app/book.rb
app/book_loader.rb
app/classification.rb
app/cover.rb
app/extract.rb
app/main.rb
app/navigator.rb
app/page.rb
app/series.rb
app/store.rb
app/tconn.rb
app/walk_dir.rb
test/book_test.rb
test/classification_test.rb
test/conn_mock.rb
test/store_mock.rb
test/store_test.rb
test/walk_dir_test.rb