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

EPMRPP-89095 || Add new scim related fields #2061

Merged
merged 3 commits into from
Sep 16, 2024
Merged

EPMRPP-89095 || Add new scim related fields #2061

merged 3 commits into from
Sep 16, 2024

Conversation

pbortnik
Copy link
Collaborator

No description provided.

@pbortnik pbortnik requested a review from avarabyeu as a code owner September 16, 2024 07:08
@JsonInclude(Include.NON_NULL)
public class CreateUserRQFull {

@JsonProperty(value = "active", defaultValue = "true")

Choose a reason for hiding this comment

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

⚠️ [reviewdog] <com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck> reported by reviewdog 🐶
Line contains a tab character.

@Schema(requiredMode = RequiredMode.NOT_REQUIRED, defaultValue = "true")
private boolean active;

@JsonProperty(value = "externalId")

Choose a reason for hiding this comment

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

⚠️ [reviewdog] <com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck> reported by reviewdog 🐶
Line contains a tab character.

@Schema(requiredMode = RequiredMode.NOT_REQUIRED, defaultValue = "true")
private boolean active;

@JsonProperty(value = "externalId")

Choose a reason for hiding this comment

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

⚠️ [reviewdog] <com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck> reported by reviewdog 🐶
'member def modifier' has incorrect indentation level 8, expected level should be 2.

private boolean active;

@JsonProperty(value = "externalId")
@Schema(requiredMode = RequiredMode.NOT_REQUIRED)

Choose a reason for hiding this comment

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

⚠️ [reviewdog] <com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck> reported by reviewdog 🐶
Line contains a tab character.


@JsonProperty(value = "externalId")
@Schema(requiredMode = RequiredMode.NOT_REQUIRED)
private String externalId;

Choose a reason for hiding this comment

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

⚠️ [reviewdog] <com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck> reported by reviewdog 🐶
Line contains a tab character.

this.email = email;
}
@NotBlankString
@Size(min = ValidationConstraints.MIN_USER_NAME_LENGTH, max = ValidationConstraints.MAX_USER_NAME_LENGTH)

Choose a reason for hiding this comment

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

⚠️ [reviewdog] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 100 characters (found 107).

@pbortnik pbortnik merged commit dffb4e3 into develop Sep 16, 2024
6 checks passed
@pbortnik pbortnik deleted the EPMRPP-89095 branch September 16, 2024 13:16
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.

1 participant