Add new exclusions to .editorconfig#328
Merged
Merged
Conversation
Add the IDE0053, IDE0200, CA1311, CA1852, and CA1854 exlcusions to .editorconfig to avoid build breaks.
JamieMagee
approved these changes
Oct 25, 2022
daniel-akili
pushed a commit
that referenced
this pull request
Oct 26, 2022
Add the IDE0053, IDE0200, CA1311, CA1852, and CA1854 exlcusions to .editorconfig to avoid build breaks.
daniel-akili
added a commit
that referenced
this pull request
Oct 26, 2022
* fix: IDE0052, IDE0055 * fix: IDE0057 * added verification for dockerfile and spdx detector, minor bug fixes (#322) * chore(deps): update dependency fluentassertions to v6.8.0 (#324) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency microsoft.visualstudio.threading.analyzers to v17.3.48 (#323) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * remove linux-container detection stage (#327) * resolved local merge conflicts * Add new exclusions to .editorconfig (#328) Add the IDE0053, IDE0200, CA1311, CA1852, and CA1854 exlcusions to .editorconfig to avoid build breaks. * Add IDE0052 to warning exclusion (#329) Add IDE0052 to warning exclusion * resolved PR build failures Co-authored-by: Daniel Akili <danielakili@microsoft.com> Co-authored-by: Rushabh <rbhansali@microsoft.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Coby Allred <cobyallred@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add the IDE0053, IDE0200, CA1311, CA1852, and CA1854 exlcusions to .editorconfig to avoid build breaks.
They will be addressed as part of #202