Run rubocop on all files
This commit is contained in:
@@ -10,10 +10,10 @@ require "dry/matcher/result_matcher"
|
||||
module Adamantium
|
||||
class Action < Hanami::Action
|
||||
include Deps["logger",
|
||||
"settings",
|
||||
not_found_view: "views.not_found",
|
||||
error_view: "views.error",
|
||||
sentry: "sentry.client"]
|
||||
"settings",
|
||||
not_found_view: "views.not_found",
|
||||
error_view: "views.error",
|
||||
sentry: "sentry.client"]
|
||||
|
||||
include Dry::Matcher.for(:handle, with: Dry::Matcher::ResultMatcher)
|
||||
include Dry::Monads[:result]
|
||||
|
Reference in New Issue
Block a user