-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix README layout * Add failing test to illustrate intended usage of Checked object * Add assumption-assert to test case * Start implementing Checked guard clause * Add class level test for InvalidObjectException * Implementation of GUARD behaviour * Add instantiation test for Validations utility class * Add class level tests for Checked objects guard clause * Refactor: Refining concepts The concepts of 'Checked' and 'ModularValidator' were leaky, as the objects and their intent were not accurately represented by their names. * Rename 'Checked' to 'Evaluated' * Renamed 'ModularValidator' to 'ModularRuleset' * Update documentation * Restructure dependency directions * Implement fail-fast behaviour in GUARD * Update documentation * Update documentation --------- Co-authored-by: stijn-dejongh <stijn-dejongh@users.noreply.github.com>
- Loading branch information
1 parent
4277768
commit d2357ba
Showing
175 changed files
with
30,652 additions
and
2,072 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ on: | |
push: | ||
branches: | ||
- '!main' | ||
- '!release/**' | ||
- 'feature/**' | ||
|
||
jobs: | ||
build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.