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

multiple-statements no longer triggers for function stubs using inlined ... #7863

Merged
merged 7 commits into from
Nov 29, 2022
Merged

Conversation

GideonBear
Copy link
Contributor

multiple-statements (C0321) now no longer triggers for function stubs using ...

Type of Changes

Type
βœ“ πŸ› Bug fix

Description

Closes #7860

@coveralls
Copy link

coveralls commented Nov 29, 2022

Pull Request Test Coverage Report for Build 3572984252

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.0005%) to 95.433%

Totals Coverage Status
Change from base Build 3559949152: -0.0005%
Covered Lines: 17595
Relevant Lines: 18437

πŸ’› - Coveralls

@Pierre-Sassoulas Pierre-Sassoulas added the False Positive 🦟 A message is emitted but nothing is wrong with the code label Nov 29, 2022
@Pierre-Sassoulas Pierre-Sassoulas added this to the 2.15.8 milestone Nov 29, 2022
@github-actions

This comment has been minimized.

Copy link
Member

@Pierre-Sassoulas Pierre-Sassoulas left a comment

Choose a reason for hiding this comment

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

πŸ‘Œ

doc/whatsnew/fragments/7860.false_positive Outdated Show resolved Hide resolved
mbyrnepr2
mbyrnepr2 previously approved these changes Nov 29, 2022
Copy link
Member

@mbyrnepr2 mbyrnepr2 left a comment

Choose a reason for hiding this comment

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

I like it @GideonBear thank you!
Lets see what the CI thinks about it.

@GideonBear
Copy link
Contributor Author

What does "dismissed stale reviews" mean? I might've accidentally applied the suggestion twice.

@mbyrnepr2
Copy link
Member

What does "dismissed stale reviews" mean? I might've accidentally applied the suggestion twice.

I think its just when you add a commit after a review was made by one of the reviewers; happens all the time.

@github-actions
Copy link
Contributor

πŸ€– According to the primer, this change has no effect on the checked open source code. πŸ€–πŸŽ‰

This comment was generated for commit 16fe7bd

@Pierre-Sassoulas Pierre-Sassoulas merged commit 6b427a9 into pylint-dev:main Nov 29, 2022
@Pierre-Sassoulas Pierre-Sassoulas changed the title multiple-statements (C0321) now no longer triggers for function stubs using ... multiple-statements no longer triggers for function stubs using inlined ... Nov 29, 2022
@GideonBear
Copy link
Contributor Author

πŸŽ‰

github-actions bot pushed a commit that referenced this pull request Nov 29, 2022
…nlined ``...`` (#7863)

Co-authored-by: Mark Byrne <[email protected]>
Co-authored-by: Pierre Sassoulas <[email protected]>
(cherry picked from commit 6b427a9)
@GideonBear GideonBear deleted the issues/7860 branch November 29, 2022 10:44
@mbyrnepr2
Copy link
Member

@Pierre-Sassoulas say the line :D

@Pierre-Sassoulas
Copy link
Member

Haha, ok, but you did all the reviewing work @mbyrnepr2 :)

Congratulation on becoming a pylint contributor @GideonBear πŸ˜‰

Pierre-Sassoulas pushed a commit that referenced this pull request Dec 4, 2022
…nlined ``...`` (#7863)

Co-authored-by: Mark Byrne <[email protected]>
Co-authored-by: Pierre Sassoulas <[email protected]>
(cherry picked from commit 6b427a9)
Pierre-Sassoulas pushed a commit that referenced this pull request Dec 4, 2022
…nlined ``...`` (#7863)

Co-authored-by: Mark Byrne <[email protected]>
Co-authored-by: Pierre Sassoulas <[email protected]>
(cherry picked from commit 6b427a9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backported False Positive 🦟 A message is emitted but nothing is wrong with the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

False positive: multiple-statements (C0321) should not trigger for stub functions
4 participants