Skip to content

renamed two packages to follow a naming convention#164

Merged
kunsileeaa merged 1 commit intomainfrom
rename-a-package
Dec 2, 2025
Merged

renamed two packages to follow a naming convention#164
kunsileeaa merged 1 commit intomainfrom
rename-a-package

Conversation

@Klyvux
Copy link
Copy Markdown
Collaborator

@Klyvux Klyvux commented Dec 2, 2025

No description provided.

@@ -1,4 +1,4 @@
package use_case.likedRecipeList;
package use_case.liked_recipe_list;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck> reported by reviewdog 🐶
Name 'use_case.liked_recipe_list' must match pattern '^[a-z]+(.[a-zA-Z_]\w*)*$'.

@@ -1,4 +1,4 @@
package use_case.likedRecipeList;
package use_case.liked_recipe_list;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck> reported by reviewdog 🐶
Name 'use_case.liked_recipe_list' must match pattern '^[a-z]+(.[a-zA-Z_]\w*)*$'.

@@ -1,4 +1,4 @@
package use_case.likedRecipeList;
package use_case.liked_recipe_list;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck> reported by reviewdog 🐶
File does not end with a newline.

@@ -1,4 +1,4 @@
package use_case.likedRecipeList;
package use_case.liked_recipe_list;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck> reported by reviewdog 🐶
Name 'use_case.liked_recipe_list' must match pattern '^[a-z]+(.[a-zA-Z_]\w*)*$'.

@@ -1,4 +1,4 @@
package use_case.likedRecipeList;
package use_case.liked_recipe_list;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck> reported by reviewdog 🐶
Name 'use_case.liked_recipe_list' must match pattern '^[a-z]+(.[a-zA-Z_]\w*)*$'.

@@ -1,4 +1,4 @@
package interface_adapter.likedRecipeList;
package interface_adapter.liked_recipe_list;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck> reported by reviewdog 🐶
Name 'interface_adapter.liked_recipe_list' must match pattern '^[a-z]+(.[a-zA-Z_]\w*)*$'.


import use_case.likedRecipeList.LikedRecipeOutputBoundary;
import use_case.likedRecipeList.LikedRecipeOutputData;
import use_case.liked_recipe_list.LikedRecipeOutputBoundary;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck> reported by reviewdog 🐶
Extra separation in import group before 'use_case.liked_recipe_list.LikedRecipeOutputBoundary'


import use_case.likedRecipeList.LikedRecipeOutputBoundary;
import use_case.likedRecipeList.LikedRecipeOutputData;
import use_case.liked_recipe_list.LikedRecipeOutputBoundary;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck> reported by reviewdog 🐶
Extra separation in import group before 'use_case.liked_recipe_list.LikedRecipeOutputBoundary'

@@ -1,4 +1,4 @@
package interface_adapter.likedRecipeList;
package interface_adapter.liked_recipe_list;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck> reported by reviewdog 🐶
File does not end with a newline.

@@ -1,4 +1,4 @@
package interface_adapter.likedRecipeList;
package interface_adapter.liked_recipe_list;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.PackageNameCheck> reported by reviewdog 🐶
Name 'interface_adapter.liked_recipe_list' must match pattern '^[a-z]+(.[a-zA-Z_]\w*)*$'.

@kunsileeaa kunsileeaa merged commit df11ff4 into main Dec 2, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants