We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23485e1 commit 0f0f7f3Copy full SHA for 0f0f7f3
.yamato/project-standards.yml
@@ -21,7 +21,7 @@ standards_{{ platform.name }}:
21
- .Editor/Unity -batchmode -nographics -logFile - -executeMethod Packages.Rider.Editor.RiderScriptEditor.SyncSolution -projectPath {{ project.path }} -quit
22
23
# Standards check
24
- - dotnet run --project dotnet-tools/netcode.standards --project={{ project.path }} --check
+ - dotnet run --project=dotnet-tools/netcode.standards -- --project={{ project.path }} --check
25
{% endfor -%}
26
27
0 commit comments