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

Fix complex cases in no-unnecessary-duplication #22

Merged
merged 5 commits into from Aug 30, 2021

Conversation

igorkamyshev
Copy link
Member

fixes #21

@github-actions
Copy link

Total Coverage: 95.09%

Coverage Report
File Branch Funcs Lines Uncovered Lines
rules
rules/enforce-effect-naming-convention
   enforce-effect-naming-convention.js 86.36% 100% 93.48% 35, 36, 72, 73, 96, 97
rules/enforce-store-naming-convention
   enforce-store-naming-convention.js 86.67% 100% 93.10% 122, 123, 72, 73, 92, 93, 98, 99
rules/no-getState
   no-getState.js 92.86% 100% 96.30% 32, 33
rules/no-unnecessary-duplication
   no-unnecessary-duplication.js 100% 100% 100%

@igorkamyshev igorkamyshev marked this pull request as ready for review August 30, 2021 14:43
@github-actions
Copy link

Total Coverage: 95.09%

Coverage Report
File Branch Funcs Lines Uncovered Lines
rules
rules/enforce-effect-naming-convention
   enforce-effect-naming-convention.js 86.36% 100% 93.48% 35, 36, 72, 73, 96, 97
rules/enforce-store-naming-convention
   enforce-store-naming-convention.js 86.67% 100% 93.10% 122, 123, 72, 73, 92, 93, 98, 99
rules/no-getState
   no-getState.js 92.86% 100% 96.30% 32, 33
rules/no-unnecessary-duplication
   no-unnecessary-duplication.js 100% 100% 100%

@igorkamyshev igorkamyshev merged commit 315a486 into master Aug 30, 2021
@igorkamyshev igorkamyshev deleted the fix-bug-in-no-unnecessary-duplication branch August 30, 2021 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

no-unnecessary-duplication rule false-positive detections
1 participant