GitAuto: [FEATURE] Implement Brand Subcollection API #343
+152
−0
Codacy Production / Codacy Static Code Analysis
required action
Nov 1, 2024 in 0s
2 new issues (0 max.) of at least minor severity.
Here is an overview of what got changed by this pull request:
Issues
======
- Added 2
Complexity increasing per file
==============================
- Src/Migrations/AddBrandSubcollectionRelationship.cs 1
- Src/Models/Brand.cs 1
- Src/Services/BrandService.cs 3
- Src/Controllers/BrandController.cs 1
- Src/Models/Subcollection.cs 1
Clones added
============
- Src/Services/BrandService.cs 2
See the complete overview on Codacy
Annotations
Check notice on line 5 in Src/Migrations/AddBrandSubcollectionRelationship.cs
codacy-production / Codacy Static Code Analysis
Src/Migrations/AddBrandSubcollectionRelationship.cs#L5
'partial' is gratuitous in this context.
Check failure on line 21 in Src/Services/BrandService.cs
codacy-production / Codacy Static Code Analysis
Src/Services/BrandService.cs#L21
Add curly braces around the nested statement(s) in this 'if' block.
Loading