Skip to content

(fix): remove no else raise and no else return rules from .pylintrc#3533

Merged
MoralCode merged 1 commit intochaoss:mainfrom
pushpitkamboj:fix_linter_config
Jan 10, 2026
Merged

(fix): remove no else raise and no else return rules from .pylintrc#3533
MoralCode merged 1 commit intochaoss:mainfrom
pushpitkamboj:fix_linter_config

Conversation

@pushpitkamboj
Copy link
Contributor

Fix #3521
Removed rules R1720 and R1705 from .pylintrc, disabling suggestions to remove raise or return blocks.

Signed-off-by: pushpit kamboj <pushpitkamboj@gmail.com>
Copilot AI review requested due to automatic review settings January 9, 2026 03:07

This comment was marked as spam.

@MoralCode MoralCode added the redundant PR is submitted in parallel with another mutually exclusive PR label Jan 9, 2026
Copy link
Contributor

@MoralCode MoralCode left a comment

Choose a reason for hiding this comment

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

LGTM

@MoralCode MoralCode added the ready Items tested and seeking additional approvals or a merge. Usually for items under active development label Jan 9, 2026
Copy link
Collaborator

@shlokgilda shlokgilda left a comment

Choose a reason for hiding this comment

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

LGTM

@MoralCode MoralCode merged commit f895f07 into chaoss:main Jan 10, 2026
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready Items tested and seeking additional approvals or a merge. Usually for items under active development redundant PR is submitted in parallel with another mutually exclusive PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change linter config to NOT suggest removing "dangling else" blocks

4 participants