Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitAuto: [FEATURE] Implement Brand Subcollection API #343

Closed

Update Src/Migrations/AddBrandSubcollectionRelationship.cs

4bdc555
Select commit
Loading
Failed to load commit list.
Closed

GitAuto: [FEATURE] Implement Brand Subcollection API #343

Update Src/Migrations/AddBrandSubcollectionRelationship.cs
4bdc555
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Nov 1, 2024 in 0s

2 new issues (0 max.) of at least minor severity.

Codacy 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

See this annotation in the file changed.

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

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Src/Services/BrandService.cs#L21

Add curly braces around the nested statement(s) in this 'if' block.