Skip to content

Commit

Permalink
test: add dummy script to test sonar scan
Browse files Browse the repository at this point in the history
  • Loading branch information
QuakeEye committed Feb 27, 2024
1 parent e57bc18 commit 8e1f3fe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions aplib.net-demo/Assets/Scripts/TestScripts.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
using System;

class
Program
{
static void Main(string[]
args)


{
Console.WriteLine("Hello World!") }

}
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ sonar.projectKey=team-zomsa_aplib.net-demo

# relative paths to source directories. More details and properties are described
# in https://sonarcloud.io/documentation/project-administration/narrowing-the-focus/
sonar.sources=./aplib.net-demo/
sonar.sources=./aplib.net-demo/Assets/Scripts/

0 comments on commit 8e1f3fe

Please sign in to comment.