Showing the parameters with their description could lead to
ambiguity => some parameter descriptions specify the default value
given by the original tool, thus making confusion with the default
value given by the quality profile activated on a project (-> the
rule description page is independent of the user context).
Key: <%= @rule.plugin_rule_key %></div>
<div class="doc">
<p><%= @rule.description %></p>
-</div>
-
-<% unless @rule.parameters.empty? %>
-<table>
- <thead>
- <tr><th colspan="3"><b>Parameters</b></th></tr>
- </thead>
- <tbody>
- <% @rule.parameters.each do |parameter| %>
- <tr>
- <td><code><%= parameter.name -%>:</code></td>
- <td class="sep"> </td>
- <td><Value><%= parameter.description -%></td>
- </tr>
- <% end %>
- </tbody>
-</table>
-<% end %>
\ No newline at end of file
+</div>
\ No newline at end of file