1
0
mirror of https://github.com/ppy/osu.git synced 2024-05-15 13:40:21 +08:00
osu-lazer/InspectCode.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
258 B
Bash
Raw Permalink Normal View History

#!/bin/bash
dotnet tool restore
dotnet CodeFileSanity
2022-04-14 11:31:18 +08:00
dotnet jb inspectcode "osu.Desktop.slnf" --no-build --output="inspectcodereport.xml" --caches-home="inspectcode" --verbosity=WARN
dotnet nvika parsereport "inspectcodereport.xml" --treatwarningsaserrors