Disallow duplicates in configs
Open
- Dominant language
- Haskell
- Stars
- 9
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
- [x] Duplicate domains are not allowed: https://github.com/lyft/ratelimit/blob/master/test/config/config_test.go#L174-L183
- [ ] Duplicate keys are not allowed: https://github.com/lyft/ratelimit/blob/master/test/config/config_test.go#L196-L205 (can use https://hackage.haskell.org/package/yaml-0.11.2.0/docs/Data-Yaml.html#v:decodeFileWithWarnings)
Contributor guide
Assessment
This issue has not been assessed yet.