Skip to content

Commit

Permalink
cleanup before inspections
Browse files Browse the repository at this point in the history
  • Loading branch information
jinek committed Dec 25, 2024
1 parent e9bfd9c commit 3fb70d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
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'
minimumSeverity: 'warning'

- name: Commit files
continue-on-error: true # todo: need to check whether has changes
run: |
Expand Down
1 change: 1 addition & 0 deletions src/Tests/Consolonia.Core.Tests/MiscTests.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using System.Text;
using System;
using Consolonia.Core.Infrastructure;
using NUnit.Framework;
Expand Down

0 comments on commit 3fb70d2

Please sign in to comment.