Skip to content

Conversation

@jkemp101
Copy link
Owner

No description provided.

print arg1, arg2
print arg1, arg2
print arg1, arg2
print arg6

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace print statement by built-in function.

class JoeClass(object):
def __init__(self):
print ('Initing')
return 1

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this return value.

print ('This should be fine')


def joenew1(arg1, o, w, t, f, f):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function joenew1 has 6 arguments (exceeds 4 allowed). Consider refactoring.

@qlty-cloud-legacy
Copy link

Code Climate has analyzed commit 5ff5c1b and detected 3 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 1
Bug Risk 2

View more on Code Climate.

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.

2 participants