From 06811787215bd88318e8675ea105393301492c63 Mon Sep 17 00:00:00 2001 From: mpenning Date: Tue, 10 Oct 2023 18:21:33 -0500 Subject: [PATCH] Initial commit --- sonar-project.properties | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sonar-project.properties diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 00000000..f44d6d47 --- /dev/null +++ b/sonar-project.properties @@ -0,0 +1,11 @@ +sonar.projectKey=mpenning_ciscoconfparse +sonar.organization=mpenning + +# This is the name and version displayed in the SonarCloud UI. +#sonar.projectName=ciscoconfparse + +# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. +#sonar.sources=. + +# Encoding of the source code. Default is default system encoding +#sonar.sourceEncoding=UTF-8