Skip to content

Commit

Permalink
Update blueprint.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
tkgnm committed Aug 21, 2024
1 parent 9a2ac91 commit c40a045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/blueprint.proto
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ message FootballLeaguePlace {
int32 goals_against = 8;
int32 goal_difference = 9;
int32 points = 10;
// protolint:disable:next PLURAL_SINGULAR
// protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
repeated Form recent_form = 11;

enum Form {
Expand Down

0 comments on commit c40a045

Please sign in to comment.