Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate Validation logic into a shared builder for re-use across modules #35

Merged
merged 3 commits into from
Mar 1, 2025

Conversation

james-d12
Copy link
Owner

Consolidate Validation logic into a shared builder for re-use across modules.

  • I have implemented a ValidationBuilder which allows the building and validating of settings in various formats.
  • I have introduced a class hierachy (1 level only) to allow some type constraints on the builder. Each module can be enabled / disabled, so having a shared settings hierachy makes some sense.
  • Added in test coverage for github and gitlab modules for settings check

@james-d12 james-d12 linked an issue Mar 1, 2025 that may be closed by this pull request
@james-d12 james-d12 merged commit 78cc0b0 into main Mar 1, 2025
1 check passed
@james-d12 james-d12 deleted the feature/validation branch March 1, 2025 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Encapsulate Validation Logic into shared Class
1 participant