Skip to content

Commit

Permalink
Merge pull request #45 from DanRigby/remove-qodana
Browse files Browse the repository at this point in the history
Switch back to InspectCode since Qodana is paid only now
  • Loading branch information
DanRigby authored Jan 8, 2024
2 parents 4dfa76a + 159bc7e commit cce3879
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 29 deletions.
18 changes: 18 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"isRoot": true,
"tools": {
"jetbrains.resharper.globaltools": {
"version": "2023.3.2",
"commands": [
"jb"
]
},
"nvika": {
"version": "3.0.0",
"commands": [
"nvika"
]
}
}
}
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,17 @@ jobs:
with:
dotnet-version: '7.x'

- name: Restore Tools
run: dotnet tool restore

- name: Build Project
run: dotnet build

- name: Run Tests
run: dotnet test --no-build --verbosity normal

- name: Run InspectCode
run: dotnet jb inspectcode --no-build --swea --severity=SUGGESTION --output=inspectcode.xml *.sln

- name: Run NVika
run: dotnet nvika parsereport "inspectcode.xml"
28 changes: 0 additions & 28 deletions .github/workflows/qodana.yml

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Dan Rigby
Copyright (c) 2024 Dan Rigby

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit cce3879

Please sign in to comment.