Skip to content

Updated enable/disable option arguments in PyLinter to support ordered handling#2

Open
fumedev[bot] wants to merge 1 commit into
test2from
ordered_all_option_handling
Open

Updated enable/disable option arguments in PyLinter to support ordered handling#2
fumedev[bot] wants to merge 1 commit into
test2from
ordered_all_option_handling

Conversation

@fumedev

@fumedev fumedev Bot commented Mar 24, 2024

Copy link
Copy Markdown

CHANGED

  • Updated the behavior of the 'all' option in the _ArgumentsManager class to ensure it is processed before other enable/disable options, thereby maintaining the order as specified.
  • Modified the enable/disable options in PyLinter to support the ordered handling based on the changes made in the _ArgumentsManager class.
  • Created tests in the tests/functional directory to validate the updated functionality and verify that the order of 'all' is respected without introducing any regressions.
  • Added detailed explanations and steps for updating enable/disable option arguments in the _make_linter_options function and creating tests for ordered 'all' option handling.
  • Identified the correct category for the new functional test, added the test file to the relevant category directory, and provided guidelines for verifying test detection and successful execution in the functional test suite.

    Commit Message: Implement ordered handling of 'all' option for enable/disable in PyLinter.
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.

0 participants