Skip to content

Add new function - #4

Open
jkemp101 wants to merge 8 commits into
masterfrom
test-changes
Open

Add new function#4
jkemp101 wants to merge 8 commits into
masterfrom
test-changes

Conversation

@jkemp101

Copy link
Copy Markdown
Owner

No description provided.

Comment thread test.py
print arg1, arg2
print arg1, arg2
print arg1, arg2
print arg6

Copy link
Copy Markdown

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.

Comment thread test.py
class JoeClass(object):
def __init__(self):
print ('Initing')
return 1

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Remove this return value.

Comment thread test.py
print ('This should be fine')


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

Copy link
Copy Markdown

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
Copy Markdown

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.

1 participant