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

Validation fails for files with no new line at EOF #48

Open
ltagliamonte-dd opened this issue Jan 29, 2024 · 0 comments
Open

Validation fails for files with no new line at EOF #48

ltagliamonte-dd opened this issue Jan 29, 2024 · 0 comments

Comments

@ltagliamonte-dd
Copy link

The following hocon file fails validation:

id,is_enabled
12,TRUE
253,TRUE
286,TRUE
287,TRUE
288,TRUE
289,TRUE
290,TRUE
291,TRUE

meanwhile this one passes validation:

id,is_enabled
12,TRUE
253,TRUE
286,TRUE
287,TRUE
288,TRUE
289,TRUE
290,TRUE
291,TRUE

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

1 participant