Clean up old checkstyle references (#1205)

* Clean up old checkstyle references

* Update CONTRIBUTING.md

Co-authored-by: Jake Wharton <github@jakewharton.com>

Co-authored-by: Jake Wharton <github@jakewharton.com>
This commit is contained in:
Zac Sweers
2020-09-07 22:18:02 -04:00
committed by GitHub
parent 032db2ae30
commit 5284851b08
4 changed files with 2 additions and 150 deletions

View File

@@ -45,7 +45,6 @@ public final class FromJsonWithoutStrings {
new FromJsonWithoutStrings().run();
}
@SuppressWarnings("checkstyle:membername")
private static final class EventJson {
String title;
String begin_date;

View File

@@ -17,7 +17,6 @@ package com.squareup.moshi.recipes.models;
import java.util.List;
@SuppressWarnings("checkstyle:membername")
public final class BlackjackHand {
public final Card hidden_card;
public final List<Card> visible_cards;