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

Fix handling of -- as separator between positional args and flags #7551

Merged
merged 2 commits into from Oct 2, 2022

Conversation

DanielNoord
Copy link
Collaborator

  • Write a good description on what the PR does.
  • Create a news fragment with towncrier create <IssueNumber>.<type> which will be
    included in the changelog. <type> can be one of: new_check, removed_check, extension,
    false_positive, false_negative, bugfix, other, internal. If necessary you can write
    details or offer examples on how the new change is supposed to work.
  • If you used multiple emails or multiple names when contributing, add your mails
    and preferred name in script/.contributors_aliases.json

Type of Changes

Type
🐛 Bug fix

Description

Closes #7003.

@DanielNoord DanielNoord added Bug 🪲 Command line Related to command line interface Needs backport Needs to be cherry-picked on the current patch version by a pylint's maintainer labels Oct 1, 2022
@DanielNoord DanielNoord added this to the 2.15.4 milestone Oct 1, 2022
@coveralls
Copy link

coveralls commented Oct 1, 2022

Pull Request Test Coverage Report for Build 3166241786

  • 5 of 5 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.002%) to 95.334%

Totals Coverage Status
Change from base Build 3164548731: 0.002%
Covered Lines: 17121
Relevant Lines: 17959

💛 - Coveralls

pylint/config/config_initialization.py Outdated Show resolved Hide resolved
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
@DanielNoord DanielNoord merged commit 1a9626a into pylint-dev:main Oct 2, 2022
@DanielNoord DanielNoord deleted the pos-args branch October 2, 2022 07:51
@Pierre-Sassoulas Pierre-Sassoulas added Backported and removed Needs backport Needs to be cherry-picked on the current patch version by a pylint's maintainer labels Oct 10, 2022
Pierre-Sassoulas added a commit to Pierre-Sassoulas/pylint that referenced this pull request Oct 10, 2022
…pylint-dev#7551)

Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Pierre-Sassoulas added a commit that referenced this pull request Oct 10, 2022
…#7551)

Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backported Bug 🪲 Command line Related to command line interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pylint no longer support separating options from positional arguments with --
3 participants