-
Notifications
You must be signed in to change notification settings - Fork 71
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
EditorConfig file type #145 #157
Conversation
Fixes #145 For records, mentioning issue in title does nothing |
Thanks @HakanVardarr |
Oh didn't know that thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Thanks for another PR @HakanVardarr !
It uses the ini library. We have an open issue to that repo to support line and characters in the error message. #27 |
* EditorConfig file type * Removed deprecated ParseBytes function * Update pkg/filetype/file_type.go --------- Co-authored-by: Clayton Kehoe <[email protected]>
* EditorConfig file type * Removed deprecated ParseBytes function * Update pkg/filetype/file_type.go --------- Co-authored-by: Clayton Kehoe <[email protected]>
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