Skip to content

Commit

Permalink
Add caches-home
Browse files Browse the repository at this point in the history
  • Loading branch information
smoogipoo committed Apr 14, 2022
1 parent 9c28c5b commit fb409db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion InspectCode.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dotnet tool restore
# - cmd: dotnet format --dry-run --check

dotnet CodeFileSanity
dotnet jb inspectcode "osu.Desktop.slnf" --no-build --output="inspectcodereport.xml" --verbosity=WARN
dotnet jb inspectcode "osu.Desktop.slnf" --no-build --output="inspectcodereport.xml" --caches-home="inspectcode" --verbosity=WARN
dotnet nvika parsereport "inspectcodereport.xml" --treatwarningsaserrors

exit $LASTEXITCODE
2 changes: 1 addition & 1 deletion InspectCode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

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

0 comments on commit fb409db

Please sign in to comment.