-
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
Add support for ini files #4
Comments
i can take it early June |
@g41797 That'd be great, thanks! |
go-ini has set of options for different formats of ini files : LoadOptions
Let's discuss |
I'd vote for using calling the main Load function with the default values for the initial implementation. |
Draft PR #25 was created |
i'll try to dive deeper |
Description
Add support for
.ini
files. INI files are frequently used on the windows platform as well as ansible and other python tools . Use the go-ini library for the validator.The text was updated successfully, but these errors were encountered: