ec4j / editorconfig-maven-plugin

A Maven plugin for checking whether project files comply with format rules defined in .editorconfig files and eventually also for fixing the violations
Apache License 2.0
54 stars 13 forks source link

A pair has a key but not a value #150

Open vitalijr2 opened 9 months ago

vitalijr2 commented 9 months ago

I have exported the current style from IJ IDEA, it makes a pair without value

...
ij_smart_tabs = false
ij_visual_guides = 
ij_wrap_on_typing = false
...

The check fails with the message Execution default-cli of goal org.ec4j.maven:editorconfig-maven-plugin:0.1.3:check failed: Property 'ij_visual_guides' has no value at 15:20

vitalijr2 commented 9 months ago

And full list pairs with an empty value:

Could you just skip these pairs?

vitalijr2 commented 9 months ago

The core issue ec4j/ec4j#123

ppalaga commented 9 months ago

I commented on https://github.com/ec4j/ec4j/issues/123