You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
In my project, I used editorconfig-gradle-plugin.
My project contains node_modules folder, that contains module define-properties with file .editorconfig.
When I run gradlew editorconfigCheck, I catch Exception:
Execution failed for task ':node-app:editorconfigCheck'.
> There was a failure while executing work items
> A failure occurred while executing org.ec4j.gradle.runtime.EditorconfigInvoker
> Unexpected parsed "lf;" for enum org.ec4j.core.model.PropertyType$EndOfLineValue
I added incorrect file .editorconfig to src/test/projects/extension/src/main/resources/.editorconfig and run EditorconfigGradlePluginITest.checkExtension test.
Do I understand correctly that such a configuration:
Hello.
In my project, I used editorconfig-gradle-plugin.
My project contains node_modules folder, that contains module define-properties with file .editorconfig.
When I run
gradlew editorconfigCheck
, I catch Exception:I reproduced behavior in this repository ezhov-da@617a30c
I added incorrect file .editorconfig to src/test/projects/extension/src/main/resources/.editorconfig and run
EditorconfigGradlePluginITest.checkExtension
test.Do I understand correctly that such a configuration:
will completely exclude from scanning both files - for check and .editorconfig in folder node_modules?.
How I can exclude only incorrectly .editorconfig from the execution if that many in node_modules subdirectories?
Thanks!
The text was updated successfully, but these errors were encountered: