1
0
Fork 1
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:
Octol1ttle 2022-12-09 14:02:31 +05:00
parent 4260136002
commit c36ace33b0
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
4 changed files with 43 additions and 35 deletions

View file

@ -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