-
Notifications
You must be signed in to change notification settings - Fork 452
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
Add config to xml #1285
Add config to xml #1285
Conversation
Updating before pull request, per contribution recommentation in project readme.
Fixed the "expected" file name and made the original test file more interesting.
Updated example files Fixed the "expected" file name and made the original test file more interesting.
@EliJDonahue, thanks for your PR! By analyzing the history of the files in this pull request, we identified @Glavin001, @pixelbacon and @miketheman to be potential reviewers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I was initially concerned this file extension is too generic. However, .config
file extension is commonly used by Microsoft for an XML-based file: https://fileinfo.com/extension/config
Thank you for contributing! |
Published to v0.29.26 |
What does this implement/fix? Explain your changes.
Adds support for XML files with '.config' file extension.
Does this close any currently open issues?
No, I don't believe there are any existing issues for .config support.
Any other comments?
I tried running the AppVeyor build, but I ran into an SSL error with RubyGems that I was unable to resolve. My changes are fairly minor though, so I don't anticipate the the SSL error buried any errors introduced by my changes.
If anyone is interested in the SSL error I ran into, or knows a workaround/fix, I'd be happy to finish the build testing with AppVeyor.
Checklist
Check all those that are applicable and complete.
master
branch