mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 14:27:31 +08:00
7 lines
247 B
Bash
7 lines
247 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
dotnet tool restore
|
||
|
dotnet CodeFileSanity
|
||
|
dotnet jb inspectcode "osu.Desktop.slnf" --output="inspectcodereport.xml" --caches-home="inspectcode" --verbosity=WARN
|
||
|
dotnet nvika parsereport "inspectcodereport.xml" --treatwarningsaserrors
|