Open janv8000 opened 4 years ago
I want to report a bug.
SonarTS version: SonarCloud
Rule key: typescript:S2814
Reproducer
declare namespace Company.Product.WebApi.Features.Resource.GetResource.GetResource { interface Request { type: ResourceType; } interface Response { result: number; } }
Rule message: 'GetResource' is already defined.
Expected behavior
Should not warn.
These files get generated by TypeLite
I want to report a bug.
SonarTS version: SonarCloud
Rule key: typescript:S2814
Reproducer
Rule message: 'GetResource' is already defined.
Expected behavior
Should not warn.
These files get generated by TypeLite