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

Exclude exception types from CA1515 #7234

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

CollinAlpert
Copy link
Contributor

Affected analyzer: MakeTypesInternal
Affected diagnostic ID: CA1515

This PR ensures that exception types are not suggested to be made internal, as this could conflict with CA1064.

Fixes #7191

@CollinAlpert CollinAlpert requested a review from a team as a code owner March 7, 2024 23:30
Copy link

codecov bot commented Mar 7, 2024

Codecov Report

Attention: Patch coverage is 95.20000% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 96.46%. Comparing base (7b1f39d) to head (e01bfa2).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7234      +/-   ##
==========================================
- Coverage   96.46%   96.46%   -0.01%     
==========================================
  Files        1432     1432              
  Lines      342185   342257      +72     
  Branches    11280    11283       +3     
==========================================
+ Hits       330104   330167      +63     
- Misses       9230     9235       +5     
- Partials     2851     2855       +4     

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conflict between CA1515 and CA1064 for Exception types
1 participant