forked from hannobraun/fornjot
-
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.
Implement
ValidationCheck
for the check
The way it was previously, fully qualified method call syntax would have been required to run a validation check. This wasn't visible in the code so far, as there only is one validation check currently. This change makes running validation checks a bit more convenient (compared to what it would have needed to be, not what's currently in the code). It preserves the discoverability, as the implementations are still listed in the documentation of the object type.
- Loading branch information
1 parent
cdc0ef7
commit 37688be
Showing
3 changed files
with
25 additions
and
15 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
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