From d3c1efb1dc926ec79de0492c6f2c398bf0c6ecec Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Tue, 20 Feb 2024 23:29:24 +0100 Subject: [PATCH] Make `tech.picnic` the root --- src/main/resources/META-INF/rewrite/category.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/main/resources/META-INF/rewrite/category.yml b/src/main/resources/META-INF/rewrite/category.yml index f3121c1..78107e7 100644 --- a/src/main/resources/META-INF/rewrite/category.yml +++ b/src/main/resources/META-INF/rewrite/category.yml @@ -16,10 +16,17 @@ --- type: specs.openrewrite.org/v1beta/category -name: Error Prone Support -packageName: tech.picnic.errorprone +name: Picnic +packageName: tech.picnic root: true 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. --- +type: specs.openrewrite.org/v1beta/category +name: Error Prone Support +packageName: tech.picnic.errorprone.refasterrules +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. +---