-
Notifications
You must be signed in to change notification settings - Fork 1
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: Fix duplication of logging messages #59
Conversation
ff4d3e3
to
ce32fad
Compare
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.
In addition to the requested changes, I would also propose to move the error messages to constants. This would really help us, when we one day want to produce the error/warning report
Gather error findings in a dict and log them afterwards.
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 except for the log message itself
9901df7
to
25ce3b4
Compare
25ce3b4
to
21e56b3
Compare
2246f94
to
73747b7
Compare
Closes #17. Wouldn't go as far as #30 describes for now.
The commits will be squashed.