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

Configuration files not respected for stdin after version 0.26.0 #1028

Closed
kikniknik opened this issue Nov 20, 2023 · 1 comment · Fixed by #1038
Closed

Configuration files not respected for stdin after version 0.26.0 #1028

kikniknik opened this issue Nov 20, 2023 · 1 comment · Fixed by #1038
Milestone

Comments

@kikniknik
Copy link

After version 0.26.0, that added support for editorconfig, it seems that configuration files (.csharpierrc and .editorconfig) are not respected when reading from stdin. Last version that reads printWidth from a .csharpierrc file in current directory is 0.25.0.

@belav
Copy link
Owner

belav commented Nov 22, 2023

There wasn't any code coverage on that case, sorry about that! I'm planning on releasing 0.26.3 within the next couple of days.

shocklateboy92 pushed a commit that referenced this issue Nov 22, 2023
)

* Fixing bug with no longer finding config files for piped in files

closes #1028

* Fix this for piping multiple files, which does contain proper filePath
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 a pull request may close this issue.

2 participants