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

A pair has a key but not a value #150

Open
vitalijr2 opened this issue Jan 23, 2024 · 3 comments
Open

A pair has a key but not a value #150

vitalijr2 opened this issue Jan 23, 2024 · 3 comments

Comments

@vitalijr2
Copy link

vitalijr2 commented Jan 23, 2024

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
Copy link
Author

And full list pairs with an empty value:

  • ij_visual_guides =
  • ij_java_builder_methods =
  • ij_java_entity_dd_prefix =
  • ij_java_entity_eb_prefix =
  • ij_java_entity_hi_prefix =
  • ij_java_entity_li_suffix =
  • ij_java_entity_ri_prefix =
  • ij_java_entity_ri_suffix =
  • ij_java_entity_vo_prefix =
  • ij_java_field_name_prefix =
  • ij_java_field_name_suffix =
  • ij_java_filter_class_prefix =
  • ij_java_filter_class_suffix =
  • ij_java_filter_dd_prefix =
  • ij_java_filter_dd_suffix =
  • ij_java_listener_class_prefix =
  • ij_java_listener_class_suffix =
  • ij_java_local_variable_name_prefix =
  • ij_java_local_variable_name_suffix =
  • ij_java_message_dd_prefix =
  • ij_java_message_eb_prefix =
  • ij_java_packages_to_use_import_on_demand =
  • ij_java_parameter_name_prefix =
  • ij_java_parameter_name_suffix =
  • ij_java_repeat_annotations =
  • ij_java_servlet_class_prefix =
  • ij_java_servlet_class_suffix =
  • ij_java_servlet_dd_prefix =
  • ij_java_servlet_dd_suffix =
  • ij_java_session_dd_prefix =
  • ij_java_session_eb_prefix =
  • ij_java_session_hi_prefix =
  • ij_java_session_li_suffix =
  • ij_java_session_ri_prefix =
  • ij_java_session_ri_suffix =
  • ij_java_session_si_prefix =
  • ij_java_static_field_name_prefix =
  • ij_java_static_field_name_suffix =
  • ij_java_subclass_name_prefix =
  • ij_java_test_name_prefix =
  • ij_typescript_property_prefix =
  • ij_javascript_property_prefix =

Could you just skip these pairs?

@vitalijr2
Copy link
Author

The core issue ec4j/ec4j#123

@ppalaga
Copy link
Collaborator

ppalaga commented Jan 24, 2024

I commented on ec4j/ec4j#123

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

No branches or pull requests

2 participants