1
0
mirror of https://github.com/ppy/osu.git synced 2024-05-15 13:00:20 +08:00
osu-lazer/InspectCode.sh
2022-04-14 12:37:42 +09:00

7 lines
258 B
Bash
Executable File

#!/bin/bash
dotnet tool restore
dotnet CodeFileSanity
dotnet jb inspectcode "osu.Desktop.slnf" --no-build --output="inspectcodereport.xml" --caches-home="inspectcode" --verbosity=WARN
dotnet nvika parsereport "inspectcodereport.xml" --treatwarningsaserrors