Skip to content

Commit

Permalink
Merge pull request #4514 from smoogipoo/fix-resharper-ci
Browse files Browse the repository at this point in the history
Make Resharper inspections fail the CI job
  • Loading branch information
peppy authored Jun 16, 2021
2 parents 6ca6f06 + 88def79 commit 3c860da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"jb"
]
},
"nvika": {
"version": "2.0.0",
"smoogipoo.nvika": {
"version": "1.0.1",
"commands": [
"nvika"
]
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,5 @@ jobs:
- name: InspectCode
run: dotnet jb inspectcode $(pwd)/osu-framework.Desktop.slnf --output=$(pwd)/inspectcodereport.xml --cachesDir=$(pwd)/inspectcode --verbosity=WARN

- name: ReSharper
uses: glassechidna/resharper-action@master
with:
report: ${{github.workspace}}/inspectcodereport.xml
- name: NVika
run: dotnet nvika parsereport "${{github.workspace}}/inspectcodereport.xml" --treatwarningsaserrors

0 comments on commit 3c860da

Please sign in to comment.