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

feat(inputs): add external validation #382

Merged
merged 1 commit into from
Jul 28, 2024
Merged

feat(inputs): add external validation #382

merged 1 commit into from
Jul 28, 2024

Conversation

morewings
Copy link
Owner

No description provided.

'inProgress',
'pristine',
],
mapping: {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar blocks of code found in 2 locations. Consider refactoring.

'inProgress',
'pristine',
], // An array of serializable values
mapping: {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar blocks of code found in 2 locations. Consider refactoring.

inProgress: ValidationState.inProgress,
pristine: ValidationState.pristine,
},
control: {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar blocks of code found in 2 locations. Consider refactoring.

inProgress: ValidationState.inProgress,
pristine: ValidationState.pristine,
},
control: {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar blocks of code found in 2 locations. Consider refactoring.

Copy link

codeclimate bot commented Jul 28, 2024

Code Climate has analyzed commit 3d5f0b2 and detected 6 issues on this pull request.

Here's the issue category breakdown:

Category Count
Duplication 6

The test coverage on the diff in this pull request is 0.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 0.5% (0.0% change).

View more on Code Climate.

@morewings morewings merged commit 471942d into master Jul 28, 2024
3 of 5 checks passed
@morewings morewings deleted the feat/validity branch July 28, 2024 21:54
@morewings
Copy link
Owner Author

🎉 This PR is included in version 0.14.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant