Skip to content
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

Add line numbers to defenition report #4

Merged
merged 4 commits into from
Jan 9, 2019
Merged

Add line numbers to defenition report #4

merged 4 commits into from
Jan 9, 2019

Conversation

Tadaboody
Copy link
Contributor

I find this useful for navigating the dead code reported by dead

This is very useful for navigating the dead code reported by dead
dead.py Outdated Show resolved Hide resolved
dead.py Outdated Show resolved Hide resolved
dead.py Outdated Show resolved Hide resolved
dead.py Outdated Show resolved Hide resolved
dead.py Outdated Show resolved Hide resolved
Copy link
Owner

@asottile asottile left a comment

Choose a reason for hiding this comment

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

this looks way better 👍

dead.py Outdated Show resolved Hide resolved
@asottile asottile merged commit cd9ac85 into asottile:master Jan 9, 2019
@asottile
Copy link
Owner

asottile commented Jan 9, 2019

Thanks!

@mxr
Copy link
Sponsor Contributor

mxr commented Feb 11, 2019

Since this change prevents double quotes in the code, should we apply the below to .coveragerc?

-    ^if __name__ == ['"]__main__['"]:$
+    ^if __name__ == '__main__':$

@asottile
Copy link
Owner

Since this change prevents double quotes in the code, should we apply the below to .coveragerc?

-    ^if __name__ == ['"]__main__['"]:$
+    ^if __name__ == '__main__':$

Maybe, except I use the same file for all my projects

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.

None yet

3 participants