Skip to content

Add google style #259

Merged
oschwald merged 6 commits into
mainfrom
sromani/checkstyle
Nov 29, 2022
Merged

Add google style #259
oschwald merged 6 commits into
mainfrom
sromani/checkstyle

Conversation

@shadromani

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread src/main/java/com/maxmind/minfraud/request/Account.java Fixed
Comment thread src/main/java/com/maxmind/minfraud/request/Email.java Fixed

@oschwald oschwald left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks good. We should probably create a follow-up story to add a GitHub Action workflow to enforce this. Otherwise, people are likely to ignore it.

import java.util.HashMap;
import java.util.Map;
import org.apache.commons.validator.routines.DomainValidator;
import org.apache.commons.validator.routines.EmailValidator;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

It doesn't matter either way, but it looks like the previous style separated out built-ins.

@oschwald
oschwald merged commit c9cf7b5 into main Nov 29, 2022
@oschwald
oschwald deleted the sromani/checkstyle branch November 29, 2022 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants