Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Skip field validation#39

Merged
marcelpinto merged 3 commits intomainfrom
skip-field-validation
Apr 18, 2023
Merged

Skip field validation#39
marcelpinto merged 3 commits intomainfrom
skip-field-validation

Conversation

@marcelpinto
Copy link
Contributor

Skip class field validation to fix viewBinding issue

When using viewBinding as a field in a class KSP cannot resolve the type
and make the validation fail, skipping the class.

We don't need to check the class fields, so let's just skip it.

Note: There might be a better way to do that

When searching use the filtered samples instead of the full list

fix #35
When using viewBinding as a field in a class KSP cannot resolve the type
and make the validation fail, skipping the class.

We don't need to check the class fields, so let's just skip it.

Note: There might be a better way to do that
@marcelpinto marcelpinto requested review from yaraki and yrezgui April 18, 2023 07:55
@marcelpinto marcelpinto merged commit 680087c into main Apr 18, 2023
@marcelpinto marcelpinto deleted the skip-field-validation branch April 18, 2023 08:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants