{% extends "cacsremoteservice/views/layouts/master.html" %} {% block site-nav %} {% include "cacsremoteservice/views/partials/site-nav.html" with active="analysis-rules" %} {% endblock %} {% block scripts %} {% endblock %} {% block main %} {% include "cacsremoteservice/views/configuration/config-header.html" with configuration-tabs=configuration-tabs %}

Global Analysis Rules Configuration

The configuration specified here applies to all CodeScene analysis projects. Use this configuration to specify global settings that align with your company's coding standards.

The maximum -- and default -- weight for a rule is 10. Setting a weight to 0 (zero) disables its impact on the code health. Values in-between lets you lower that rule's impact on code health.


{% for r in rules %}

{{r.name}} ({{r.category}})

{% if r.configureable %} {% endif %} {{r.description}}
{% endfor %}

Reset to CodeScene's default weights for each rule.


{% endblock %}