Skip to content

Commit b070ccb

Browse files
committed
rubocop (strong) opinions
1 parent 898632e commit b070ccb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/jars/mima.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module Jars
1111
module Mima
1212

1313
class << self
14-
@@jars_loaded = nil
14+
@@jars_loaded = nil # rubocop:disable Style/ClassVars
1515

1616
# Loads the bundled Mima jars onto the classpath.
1717
# Safe to call multiple times; only loads once.
@@ -26,7 +26,7 @@ def ensure_jars_loaded
2626
load File.join(mima_dir, "context-#{MIMA_VERSION}.jar")
2727
load File.join(mima_dir, "standalone-static-uber-#{MIMA_VERSION}.jar")
2828

29-
@@jars_loaded = true
29+
@@jars_loaded = true # rubocop:disable Style/ClassVars
3030
end
3131

3232
# Builds a +ContextOverrides+ from jar-dependencies configuration

0 commit comments

Comments
 (0)