Skip to content

fix: disable omit_obvious_property_types and unsafe_variance#101

Merged
riscait merged 1 commit intomainfrom
disable-several-rules
May 31, 2025
Merged

fix: disable omit_obvious_property_types and unsafe_variance#101
riscait merged 1 commit intomainfrom
disable-several-rules

Conversation

@riscait
Copy link
Copy Markdown
Member

@riscait riscait commented May 31, 2025

🙌 What's Done

  • Disable
    • omit_obvious_property_types
    • unsafe_variance

🤼 Desired Review Method

  • Correction Commit
  • Pair programming

Note

It is possible that a reviewer's will may cause a method to be implemented that is not selected.

📝 Additional Notes

Pre-launch Checklist

  • I have reviewed my own code.
  • I have added tests that prove my fix is effective or that my feature works.
  • I updated/added relevant documentation (doc comments with ///).

Copilot AI review requested due to automatic review settings May 31, 2025 09:04
@riscait riscait requested a review from a team as a code owner May 31, 2025 09:04
@riscait riscait requested review from naipaka and removed request for a team May 31, 2025 09:04
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR disables two lint rules that have been determined problematic.

  • Disables omit_obvious_property_types with an explanatory comment regarding its conflict with type_annotate_public_apis
  • Disables unsafe_variance with a note on the absence of a safe solution

@riscait riscait merged commit 6872727 into main May 31, 2025
1 check passed
@riscait riscait deleted the disable-several-rules branch May 31, 2025 09:13
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.

2 participants