mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-09 23:43:14 +03:00
exclude more generated code + fix issues
This commit is contained in:
parent
4260136002
commit
c36ace33b0
4 changed files with 43 additions and 35 deletions
9
.github/workflows/resharper.yml
vendored
9
.github/workflows/resharper.yml
vendored
|
@ -25,9 +25,6 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
#- name: Setup .NET Core SDK
|
||||
# uses: actions/setup-dotnet@v3.0.3
|
||||
|
||||
- name: Restore dependencies and tools
|
||||
run: dotnet restore
|
||||
|
||||
|
@ -36,5 +33,9 @@ jobs:
|
|||
with:
|
||||
solutionPath: ./Boyfriend-CSharp.sln
|
||||
exclude: |
|
||||
**Messages.Designer.cs
|
||||
**Messages.**
|
||||
**.g.cs
|
||||
**.editorconfig
|
||||
**.AssemblyInfo.cs
|
||||
ignoreIssueType: InvertIf
|
||||
solutionWideAnalysis: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue