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

fix: Mixed Case false positives #1430

Merged
merged 11 commits into from
Jun 11, 2023
Prev Previous commit
Next Next commit
Remove rule from stops.stop_desc
  • Loading branch information
briandonahue committed Jun 6, 2023
commit 87c4bb3c97e564a5f5ace289a2720758630dc37e
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public interface GtfsStopSchema extends GtfsEntity {

String ttsStopName();

@MixedCase
String stopDesc();

@FieldType(FieldTypeEnum.LATITUDE)
Expand Down