Skip to content

Commit fd8150c

Browse files
authored
docs: remove unused suppress/anchor lines from NEW_RULES (#2049)
1 parent 435558c commit fd8150c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/NEW_RULES.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,6 @@ Values for `csvRowNumber` and `tripId` will be different for each generated noti
143143

144144
### c. Implement the validation rule logic (`FileValidator`)
145145

146-
<!--suppress ALL -->
147-
148-
<a name="examples"/>
149-
150146
Here's the fun part - writing the rule. Because this rule `...extends FileValidator`, we need to define what GTFS files we want - in this case the `trips.txt` and `stop_times.txt` tables.
151147

152148
We do that by declaring the two variables at the top of the class `GtfsTripTableContainer tripTable` and `GtfsStopTimeTableContainer stopTimeTable` (similar `...TableContainer` classes exist for all GTFS files).

0 commit comments

Comments
 (0)