Implement basic "Field Selection Merging" rule

This commit is contained in:
2020-11-15 10:11:09 +01:00
parent f5209481aa
commit 1f4eb6fb9b
4 changed files with 310 additions and 35 deletions

View File

@ -7,6 +7,9 @@ and this project adheres to
[Haskell Package Versioning Policy](https://pvp.haskell.org/).
## [Unreleased]
### Added
- `Validate.Rules`:
- `overlappingFieldsCanBeMergedRule`
## [0.11.0.0] - 2020-11-07
### Changed