Skip to content

Commit

Permalink
Add NOSONAR comment (#3805)
Browse files Browse the repository at this point in the history
* Add NOSONAR comment

* Update card_component.html.erb

Add explanatory comment

* Update app/components/events/card_component.html.erb

Co-authored-by: Ekuma Chidi <7931750+ekumachidi@users.noreply.github.com>

* Revert "Update app/components/events/card_component.html.erb"

This reverts commit 7580932.

---------

Co-authored-by: Ekuma Chidi <7931750+ekumachidi@users.noreply.github.com>
  • Loading branch information
martyn-w and ekumachidi authored Jan 16, 2024
1 parent cf906d1 commit d030ed6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/components/events/card_component.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<li class="category__nav-card">
<!-- This <li> element is dynamically generated within a parent template that includes the surrounding <ul>. -->
<!-- //NOSONAR --><li class="category__nav-card">
<%= link_to(path, class: "link--black") do %>
<div class="category__nav-card--content">
<%= content_tag(heading_tag, title) %>
Expand Down

0 comments on commit d030ed6

Please sign in to comment.