Skip to content
Snippets Groups Projects
Commit 06199f70 authored by John Harris's avatar John Harris
Browse files

style: rubocop fixes

parent 40206d0a
No related branches found
No related tags found
No related merge requests found
Pipeline #30614 passed
......@@ -3,6 +3,8 @@ inherit_gem:
Style/ClassVars:
Enabled: false
Style/ConditionalAssignment:
Enabled: false
Style/GlobalVars:
Enabled: false
Style/FrozenStringLiteralComment:
......
......@@ -70,8 +70,6 @@ module NexusSemanticLogger
@@names_fatal = nil
end
private
def self.fetch_env_names(var)
ENV.fetch(var, '').split(',').to_set
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment