{% extends "cacsremoteservice/views/layouts/project-view.html" %} {% block scripts %} {% endblock %} {% block main %}

Project Details

Fill in these details and then you're ready to go!

{% include "cacsremoteservice/views/partials/validation-errors.html" %} {% for vcs in item.repo-paths %} {% endfor %}
{% if item.fixed_results_root %} This path is auto generated from your admin settings. It specifies a folder where the analysis results will be written. This would, typically, be a persistent folder. {% else %} A path to a (writeable) folder for analysis results. Must be a directory outside of the repositories you analyze. {% endif %}
Share developer and team configuration across projects to make settings easier to manage.
{% if item.custom-project-defaults-enabled? %}
{% endif %}
Specify file extensions to exclude from analysis. These extensions are derived from your project and you may want to adjust them to your needs. Use semicolons to separate patterns.
Specify glob patterns to exclude content from analysis. Adjust the default values to your needs. Use semicolons to separate patterns.
{% endblock %}