Skip to content

Commit

Permalink
Add jetbrains.resharper.globaltools to dotnet-tools.json, replace mun…
Browse files Browse the repository at this point in the history
…o92/[email protected] with dotnet jb inspectcode
  • Loading branch information
tjementum committed Nov 10, 2023
1 parent f3effb3 commit 90f6e56
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,10 @@ jobs:
dotnet-version: 7.0.x

- name: Run code inspections
uses: muno92/[email protected]
with:
solutionPath: application/PlatformPlatform.sln
minimumSeverity: warning
# Ignore cases where property getters are not called directly (e.g., on DTOs that are serialized)
ignoreIssueType: UnusedAutoPropertyAccessor.Global
working-directory: application
run: |
dotnet tool restore
dotnet jb inspectcode PlatformPlatform.sln --build --output=result.xml --severity=WARNING
account-management-api-publish:
name: Account Management API Publish
Expand Down
6 changes: 6 additions & 0 deletions application/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
"commands": [
"swagger"
]
},
"jetbrains.resharper.globaltools": {
"version": "2023.2.3",
"commands": [
"jb"
]
}
}
}

0 comments on commit 90f6e56

Please sign in to comment.