mirror of
https://github.com/opentripplanner/OpenTripPlanner.git
synced 2025-11-05 08:52:49 +01:00
6 lines
286 B
YAML
6 lines
286 B
YAML
type: specs.openrewrite.org/v1beta/recipe
|
|
name: org.opentripplanner.CodeStyle
|
|
recipeList:
|
|
# Note, these recipes should be listed in the order they should be applied.
|
|
# However, even a single recipe can cause a need to run rewrite twice.
|
|
- org.openrewrite.java.RemoveUnusedImports
|