Skip to content

Commit e042202

Browse files
committed
Rubocop: Fix error
1 parent 9c2259e commit e042202

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.rubocop.yml

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Style/DateTime:
6464
Style/DisableCopsWithinSourceCodeDirective:
6565
AllowedCops:
6666
- Style/StringHashKeys
67+
- Style/GlobalVars
6768

6869
Style/Documentation:
6970
Exclude:

test/test_cassandra.rb

+2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
class CassandraTest < Minitest::Test
66
def teardown
7+
# rubocop:disable Style/GlobalVars
78
Ilios::Cassandra.log_level($default_test_log_level)
9+
# rubocop:enable Style/GlobalVars
810
end
911

1012
def test_log_level

0 commit comments

Comments
 (0)