Skip to content

Commit

Permalink
ignoring violations from code from external examples
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Mar 15, 2024
1 parent be7565d commit ab94ec0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Expand Up @@ -48,6 +48,7 @@ public void setZipCode(String zipCode) {
this.zipCode = zipCode;
}

// CHECKSTYLE:OFF
@Override
public boolean equals(Object o) {
if (this == o) return true;
Expand Down
Expand Up @@ -76,6 +76,7 @@ public void setHobbies(List<String> hobbies) {
this.hobbies = hobbies;
}

// CHECKSTYLE:OFF
@Override
public String toString() {
return "Person{" +
Expand Down
Expand Up @@ -25,6 +25,7 @@ public void setNumber(String number) {
this.number = number;
}

// CHECKSTYLE:OFF
@Override
public String toString() {
return "PhoneNumber{" +
Expand Down

0 comments on commit ab94ec0

Please sign in to comment.