File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
dotnet-tools/netcode.standards Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -12,5 +12,4 @@ standards_{{ projects.first.name }}:
12
12
- pip install unity-downloader-cli --upgrade --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
13
13
- unity-downloader-cli -u {{ projects.first.test_editors.first }} -c editor --wait --fast
14
14
- .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
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ private static int Main(
37
37
procInfo . Arguments = check
38
38
? $ "format { file } whitespace --no-restore --verify-no-changes --verbosity { verbosity } "
39
39
: $ "format { file } whitespace --no-restore --verbosity { verbosity } ";
40
- Console . WriteLine ( $ "File : { file } ") ;
41
40
Console . WriteLine ( $ "######## START -> { ( check ? "check" : "fix" ) } whitespace issues") ;
42
41
var whitespace = Process . Start ( procInfo ) ;
43
42
whitespace . WaitForExit ( ) ;
You can’t perform that action at this time.
0 commit comments