Boeing / config-file-validator

Cross Platform tool to validate configuration files
https://boeing.github.io/config-file-validator/
Apache License 2.0
324 stars 55 forks source link

EditorConfig file type #145 #157

Closed HakanVardarr closed 1 month ago

HakanVardarr commented 2 months ago

I added EditorConfigValidator and 2 test to the project. Does not log errors very well, I tried to do it the way the library supports

ccoVeille commented 2 months ago

Fixes #145

For records, mentioning issue in title does nothing

ccoVeille commented 2 months ago

Thanks @HakanVardarr

HakanVardarr commented 2 months ago

Fixes #145

For records, mentioning issue in title does nothing

Oh didn't know that thanks

kehoecj commented 1 month ago

Does not log errors very well, I tried to do it the way the library supports

It uses the ini library. We have an open issue to that repo to support line and characters in the error message. #27