mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-13 11:20:31 +00:00
7 lines
257 B
Bash
Executable File
7 lines
257 B
Bash
Executable File
#!/bin/bash
|
|
|
|
dotnet tool restore
|
|
dotnet CodeFileSanity
|
|
dotnet jb inspectcode "osu-framework.Desktop.slnf" --output="inspectcodereport.xml" --caches-home="inspectcode" --verbosity=WARN
|
|
dotnet nvika parsereport "inspectcodereport.xml" --treatwarningsaserrors
|