From c421c40c72b2b9be146a7322995090c49ac26e65 Mon Sep 17 00:00:00 2001 From: Robert Gammon <164388312+RobertGHippo@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:58:27 +0100 Subject: [PATCH] fix/dotsettings (#233) * Update ReSharper settings * Ignore Sonar results, if there are any. --- .gitignore | 5 ++++- Dfe.EarlyYearsQualification.sln.DotSettings | 7 ++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e567fb10..eac0a0c2 100644 --- a/.gitignore +++ b/.gitignore @@ -499,4 +499,7 @@ junit.xml build/ # Cypress -tests/Dfe.EarlyYearsQualification.E2ETests/cypress/screenshots/ \ No newline at end of file +tests/Dfe.EarlyYearsQualification.E2ETests/cypress/screenshots/ + +# Sonar +.sonarqube/ \ No newline at end of file diff --git a/Dfe.EarlyYearsQualification.sln.DotSettings b/Dfe.EarlyYearsQualification.sln.DotSettings index 80747c0c..f2089cb1 100644 --- a/Dfe.EarlyYearsQualification.sln.DotSettings +++ b/Dfe.EarlyYearsQualification.sln.DotSettings @@ -16,8 +16,13 @@ True True DO_NOT_CHANGE + 1 + 1 False + False + False True True True - True \ No newline at end of file + True + True \ No newline at end of file