Skip to content
Snippets Groups Projects
Verified Commit b436344f authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Make rubocop happier

parent 86b4b744
No related branches found
No related tags found
No related merge requests found
Pipeline #109621 failed
......@@ -17,6 +17,7 @@ module ForemanPasswordstate
end
end
# rubocop:disable Metrics/BlockLength
initializer 'foreman_passwordstate.register_plugin', before: :finisher_hook do |_app|
Foreman::Plugin.register :foreman_passwordstate do
requires_foreman '>= 3.6'
......@@ -103,6 +104,7 @@ module ForemanPasswordstate
end
end
end
# rubocop:enable Metrics/BlockLength
# Precompile any JS or CSS files under app/assets/
# If requiring files from each other, list them explicitly here to avoid precompiling the same
......
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