Skip to content

Commit

Permalink
Rubocop: Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Feb 16, 2024
1 parent 9c2259e commit e042202
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Style/DateTime:
Style/DisableCopsWithinSourceCodeDirective:
AllowedCops:
- Style/StringHashKeys
- Style/GlobalVars

Style/Documentation:
Exclude:
Expand Down
2 changes: 2 additions & 0 deletions test/test_cassandra.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

class CassandraTest < Minitest::Test
def teardown
# rubocop:disable Style/GlobalVars
Ilios::Cassandra.log_level($default_test_log_level)
# rubocop:enable Style/GlobalVars
end

def test_log_level
Expand Down

0 comments on commit e042202

Please sign in to comment.