renamed two packages to follow a naming convention#164
Conversation
| @@ -1,4 +1,4 @@ | |||
| package use_case.likedRecipeList; | |||
| package use_case.liked_recipe_list; | |||
There was a problem hiding this comment.
🚫 [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; | |||
There was a problem hiding this comment.
🚫 [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; | |||
There was a problem hiding this comment.
🚫 [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; | |||
There was a problem hiding this comment.
🚫 [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; | |||
There was a problem hiding this comment.
🚫 [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; | |||
There was a problem hiding this comment.
🚫 [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; |
There was a problem hiding this comment.
🚫 [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; |
There was a problem hiding this comment.
🚫 [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; | |||
There was a problem hiding this comment.
🚫 [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; | |||
There was a problem hiding this comment.
🚫 [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*)*$'.
No description provided.