-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fixing static analysis issues #30
Comments
Current issues:
Were easily fixed
^ like you say in #18 (comment), this is gonna be a hard one to fix, but I'll take a look at what you've got on your fork. Disabling this one for now. We definitely need to refactor this function.
All fairly simple too. |
Wasn't actually too hard to deal with the In #46 I split out the code to run a container in non-interactive (and non-TTY) mode, into a method But then I had to add something to make it slightly longer. I could do the same thing to split out another |
Running all the static analysis tools described here makes lots and lots of warnings and errors.
Some minor and some major (e.g.: cyclomatic complexity of some docker functions is very high, a big refactoring needs to be done.)
I'm not sure how to tackle this one, but I just add this as a reminder.
The text was updated successfully, but these errors were encountered: