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

EditorConfig file type #145 #157

Merged
merged 3 commits into from
Aug 3, 2024
Merged

EditorConfig file type #145 #157

merged 3 commits into from
Aug 3, 2024

Conversation

HakanVardarr
Copy link
Contributor

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

Fixes #145

For records, mentioning issue in title does nothing

@ccoVeille
Copy link
Contributor

Thanks @HakanVardarr

@HakanVardarr
Copy link
Contributor Author

Fixes #145

For records, mentioning issue in title does nothing

Oh didn't know that thanks

@kehoecj kehoecj self-requested a review July 15, 2024 16:05
@kehoecj kehoecj added the waiting-on-maintainer-review PR is waiting to be reviewed and functionally tested by the maintainers label Jul 15, 2024
pkg/filetype/file_type.go Outdated Show resolved Hide resolved
Copy link
Collaborator

@kehoecj kehoecj left a 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 !

@kehoecj kehoecj merged commit be200ae into Boeing:main Aug 3, 2024
7 checks passed
@kehoecj
Copy link
Collaborator

kehoecj commented Aug 3, 2024

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

@kehoecj kehoecj added OSS Community Contribution Contributions from the OSS Community and removed waiting-on-maintainer-review PR is waiting to be reviewed and functionally tested by the maintainers labels Aug 3, 2024
shiina4119 pushed a commit to shiina4119/config-file-validator that referenced this pull request Aug 23, 2024
* EditorConfig file type

* Removed deprecated ParseBytes function

* Update pkg/filetype/file_type.go

---------

Co-authored-by: Clayton Kehoe <[email protected]>
shiina4119 pushed a commit to shiina4119/config-file-validator that referenced this pull request Oct 4, 2024
* EditorConfig file type

* Removed deprecated ParseBytes function

* Update pkg/filetype/file_type.go

---------

Co-authored-by: Clayton Kehoe <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OSS Community Contribution Contributions from the OSS Community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants