dev: Clean up .editorconfig#2
Closed
petercrabtree wants to merge 3 commits into
Closed
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This was referenced Jul 6, 2025
3862546 to
de73249
Compare
7bd6d02 to
580e4af
Compare
f32c93f to
fdb0703
Compare
580e4af to
d46aad6
Compare
a29a9ed to
5bbdcd0
Compare
b13a29b to
a29a9ed
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR corrects a spelling error in property and variable names across the codebase, changing "ReportExludedTypes" to "ReportExcludedTypes" (fixing the misspelling of "Excluded"). It also cleans up the .editorconfig file by removing several redundant or unnecessary configuration entries and updating a spacing rule.
- Fixes spelling error in ReportExcludedTypes property name across multiple files
- Simplifies .editorconfig by removing redundant style rules
- Updates spacing configuration for declaration statements
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| ICSharpCode.ILSpyX/MermaidDiagrammer/Generator.Run.cs | Corrects property name spelling in conditional check |
| ICSharpCode.ILSpyX/MermaidDiagrammer/GenerateHtmlDiagrammer.cs | Fixes property declaration spelling |
| ICSharpCode.ILSpyCmd/IlspyCmdProgram.cs | Updates property declaration and usage with correct spelling |
| .editorconfig | Removes redundant style rules and updates spacing configuration |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Updates the .gitignore file to recursively exclude all .vscode/ directories instead of just the first level
a29a9ed to
471130a
Compare
Owner
Author
|
Merged upstream. |
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.
Link to issue(s) this covers
Problem
Link to, or brief information about the issue
Solution