Skip to content

Commit 41f404a

Browse files
committed
cleaning up
1 parent d51e482 commit 41f404a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.yamato/project-standards.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ standards_{{ projects.first.name }}:
1212
- pip install unity-downloader-cli --upgrade --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
1313
- unity-downloader-cli -u {{ projects.first.test_editors.first }} -c editor --wait --fast
1414
- .Editor/Unity -batchmode -nographics -logFile - -executeMethod Packages.Rider.Editor.RiderScriptEditor.SyncSolution -projectPath {{ projects.first.path }} -quit
15-
- ls
16-
- dotnet run --project dotnet-tools/netcode.standards -- --project={{ projects.first.path }} --check --verbosity=diagnostic
15+
- dotnet run --project dotnet-tools/netcode.standards -- --project={{ projects.first.path }} --check

dotnet-tools/netcode.standards/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ private static int Main(
3737
procInfo.Arguments = check
3838
? $"format {file} whitespace --no-restore --verify-no-changes --verbosity {verbosity}"
3939
: $"format {file} whitespace --no-restore --verbosity {verbosity}";
40-
Console.WriteLine($"File : {file}");
4140
Console.WriteLine($"######## START -> {(check ? "check" : "fix")} whitespace issues");
4241
var whitespace = Process.Start(procInfo);
4342
whitespace.WaitForExit();

0 commit comments

Comments
 (0)