We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I am maintainer on the ktlint project. Due to a change in ktlint 0.47.x the ".editorconfig" is no longer loaded whenever a relative filepath is specified when calling the ktlint API. On https://github.com/gantsign/ktlint-maven-plugin/blob/main/src/main/kotlin/com/github/gantsign/maven/plugin/ktlint/internal/AbstractCheckSupport.kt#L191 the relative file path is specified when calling ktlint API. Can this please be change to an absolute path?
Following problems will most likely be resolved with this change:
The text was updated successfully, but these errors were encountered:
71a1aee
Fixed .editorconfig loading
e5d589b
Was only looking in the current module. Fixes #507 Fixes #508
Fixed .editorconfig loading (#509)
488a6b3
Hi @paul-dingemans, thanks for identifying the problem you can find the fix in version 1.15.1 of this plugin.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi,
I am maintainer on the ktlint project. Due to a change in ktlint 0.47.x the ".editorconfig" is no longer loaded whenever a relative filepath is specified when calling the ktlint API. On https://github.com/gantsign/ktlint-maven-plugin/blob/main/src/main/kotlin/com/github/gantsign/maven/plugin/ktlint/internal/AbstractCheckSupport.kt#L191 the relative file path is specified when calling ktlint API. Can this please be change to an absolute path?
Following problems will most likely be resolved with this change:
The text was updated successfully, but these errors were encountered: