Skip to content

Commit

Permalink
Merge pull request #73 from nanotaboada/feature/codacy-config-file
Browse files Browse the repository at this point in the history
chore(ci): add Codacy config
  • Loading branch information
nanotaboada authored Apr 19, 2024
2 parents 2b65a93 + 04f2c4d commit 905e7a2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .codacy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
exclude_paths:
- ".github"
- ".vscode"
- ".gitignore"
- "LICENSE"
- "README.md"
- "Dotnet.Samples.AspNetCore.WebApi.sln"
- "Dotnet.Samples.AspNetCore.WebApi/*.json"
- "Dotnet.Samples.AspNetCore.WebApi/Program.cs"
- "Dotnet.Samples.AspNetCore.WebApi/Data/**"
- "Dotnet.Samples.AspNetCore.WebApi/Migrations/**"
- "Dotnet.Samples.AspNetCore.WebApi/Models/**"
- "Dotnet.Samples.AspNetCore.WebApi.Tests/**"

0 comments on commit 905e7a2

Please sign in to comment.