Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup before inspections #228

Merged
merged 4 commits into from
Dec 25, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/editorconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@ jobs:
run: dotnet restore
working-directory: ./src

- name: Inspect code
uses: muno92/[email protected]
with:
solutionPath: ./src/Consolonia.sln
exclude: "**Consolonia.GuiCS/**.*;**Consolonia.Gallery/**.*;**Example/**.*;**Consolonia.Templates/**.*"
version: '2024.2.6'
minimumSeverity: 'warning'

- name: install-resharper
run: |
dotnet tool install -g JetBrains.ReSharper.GlobalTools
Expand All @@ -51,6 +43,14 @@ jobs:
jb cleanupcode Consolonia.sln --exclude="**Consolonia.GuiCS/**.*;**Consolonia.Templates/**.*"
working-directory: ./src

- name: Inspect code
uses: muno92/[email protected]
with:
solutionPath: ./src/Consolonia.sln
exclude: "**Consolonia.GuiCS/**.*;**Consolonia.Gallery/**.*;**Example/**.*;**Consolonia.Templates/**.*"
# version: '2024.2.6'
jinek marked this conversation as resolved.
Show resolved Hide resolved
minimumSeverity: 'warning'

- name: Commit files
continue-on-error: true # todo: need to check whether has changes
run: |
Expand Down
Loading