Add scripts for running inspections locally

This commit is contained in:
smoogipoo
2021-06-15 22:40:31 +09:00
parent 9fcf105364
commit a4c4867d6a
3 changed files with 18 additions and 9 deletions

6
InspectCode.sh Executable file
View File

@ -0,0 +1,6 @@
#!/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