rogerluan / arkana

Use dotenv files for Android and iOS projects.
BSD 2-Clause "Simplified" License
362 stars 18 forks source link

Add new option `should_infer_types` to optionally not infer the type of the secret #72

Open cepages opened 2 weeks ago

cepages commented 2 weeks ago

Description

This PR allows to set an option to not use inference to find out the secret type. If inference_secret_types = false the type will be always String.

Discussion

@rogerluan ( CarlosNano = cepages ) I've created this initial PR, I'm not a ruby developer but this seem to be a plausible way of doing it.

Resources

Resolves #70

cepages commented 2 weeks ago

bundle exec rspec nice thanks. That's what I was searching. I will do the changes and run the tests