in app/components/primer/link_component.rb [56:59]
3 lines of code
5 McCabe index (conditional complexity)
def before_render
raise ArgumentError, "href is required when using <a> tag" if @system_arguments[:tag] == :a && @system_arguments[:href].nil? && !Rails.env.production?
end