-
-
Notifications
You must be signed in to change notification settings - Fork 116
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: ignore flow translation #360
Conversation
Codecov ReportBase: 100.00% // Head: 100.00% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #360 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 29 30 +1
Lines 735 767 +32
=========================================
+ Hits 735 767 +32
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Code Climate has analyzed commit 5463169 and detected 0 issues on this pull request. View more on Code Climate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What does this pull request contain?
Explain your changes
Create a
ignoreHelper
to be the adapter with the ignore moduleIt stores
ignore
instances per ignore file path (destructive and additive)Make the
ignore
instances map static and use lazy loading to build itRefactor repoGitDiff using the new ignoreHelper
Use the new helper in the
flowTranslationProcessor
moduleDoes this close any currently open issues?
closes #359