From fe2d6b66d598a73bb07991687811c4b538d4ffb1 Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Tue, 27 Feb 2024 23:23:46 +0100 Subject: [PATCH] Update category.yml --- src/main/resources/META-INF/rewrite/category.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/resources/META-INF/rewrite/category.yml b/src/main/resources/META-INF/rewrite/category.yml index 696c5f6..d93f7c9 100644 --- a/src/main/resources/META-INF/rewrite/category.yml +++ b/src/main/resources/META-INF/rewrite/category.yml @@ -17,7 +17,6 @@ type: specs.openrewrite.org/v1beta/category name: Timefold packageName: ai.timefold.solver.migration -root: true description: | [Timefold](https://timefold.ai/) is the open source AI solver to optimize operations and scheduling in Java, Python or Kotlin. Timefold is a fork of OptaPlanner by its creator and other experts. @@ -31,8 +30,7 @@ description: | --- type: specs.openrewrite.org/v1beta/category name: Picnic -packageName: tech.picnic -root: true +packageName: tech.picnic.errorprone description: | [Error Prone Support](https://github.com/PicnicSupermarket/error-prone-support) is a Picnic-opinionated extension of Google's [Error Prone](https://github.com/google/error-prone). It aims to improve code quality, focussing on maintainability, consistency and avoidance of common pitfalls.