Files
osu-framework/InspectCode.ps1
2022-04-22 17:06:07 +08:00

8 lines
276 B
PowerShell

dotnet tool restore
dotnet CodeFileSanity
dotnet jb inspectcode "osu-framework.Desktop.slnf" --no-build --output="inspectcodereport.xml" --caches-home="inspectcode" --verbosity=WARN
dotnet nvika parsereport "inspectcodereport.xml" --treatwarningsaserrors
exit $LASTEXITCODE