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

Issue 1539 #1548

Merged
merged 6 commits into from
Aug 13, 2020
Merged

Issue 1539 #1548

merged 6 commits into from
Aug 13, 2020

Conversation

deveshsangwan
Copy link
Contributor

I have made things!

Checklist

  • I have double checked that there are no unrelated changes in this pull request (old patches, accidental config files, etc)
  • I have created at least one test case for the changes I have made
  • I have updated the documentation for the changes I have made
  • I have added my changes to the CHANGELOG.md

Related issues

Closes #1539

Added an allowlist for commonly used aliases/short forms.

🙏 Please, if you or your company is finding wemake-python-styleguide valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/wemake-python-styleguide. As a thank you, your profile/company logo will be added to our main README which receives hundreds of unique visitors per day.

Copy link
Member

@sobolevn sobolevn left a comment

Choose a reason for hiding this comment

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

Thanks a lot!

"""
allow_list = ['np', 'pd', 'df', 'plt', 'sns', 'tf', 'cv']
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok will move them

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@sobolevn You can check the changes now

@codecov
Copy link

codecov bot commented Aug 12, 2020

Codecov Report

Merging #1548 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #1548   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          105       105           
  Lines         5382      5384    +2     
  Branches      1179      1180    +1     
=========================================
+ Hits          5382      5384    +2     
Impacted Files Coverage Δ
wemake_python_styleguide/logic/naming/logical.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 451c8d1...8bbff54. Read the comment docs.

@deveshsangwan deveshsangwan requested a review from sobolevn August 13, 2020 09:34
@sobolevn sobolevn merged commit f577bb5 into wemake-services:master Aug 13, 2020
@sobolevn
Copy link
Member

Thanks a lot!

@rusmux rusmux mentioned this pull request Dec 9, 2022
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.

Add Exceptions for TooShortNameViolation
2 participants