has anyone else seen this - Run bundle exec standa...
# general
r
has anyone else seen this - Run bundle exec standardrb 4 standard: Use Ruby Standard Style (https://github.com/standardrb/standard) 5 app/controllers/carts_controller.rb4315: Lint/AssignmentInCondition: Wrap assignment in parentheses if intentional 6 lib/spree/authentication_helpers.rb475: Lint/DuplicateMethods: Method
Spree::CurrentUserHelpers.included
is defined at both lib/spree/authentication_helpers.rb:7 and lib/spree/authentication_helpers.rb:47. 7 lib/spree/authentication_helpers.rb515: Lint/DuplicateMethods: Method
Spree::CurrentUserHelpers#spree_current_user
is defined at both lib/spree/authentication_helpers.rb:11 and lib/spree/authentication_helpers.rb:51. 8 lib/spree/authentication_helpers.rb575: Lint/DuplicateMethods: Method
Spree::AuthenticationHelpers.included
is defined at both lib/spree/authentication_helpers.rb:17 and lib/spree/authentication_helpers.rb:57. 9 lib/spree/authentication_helpers.rb635: Lint/DuplicateMethods: Method
Spree::AuthenticationHelpers#spree_login_path
is defined at both lib/spree/authentication_helpers.rb:23 and lib/spree/authentication_helpers.rb:63. 10 lib/spree/authentication_helpers.rb675: Lint/DuplicateMethods: Method
Spree::AuthenticationHelpers#spree_signup_path
is defined at both lib/spree/authentication_helpers.rb:27 and lib/spree/authentication_helpers.rb:67. 11 lib/spree/authentication_helpers.rb715: Lint/DuplicateMethods: Method
Spree::AuthenticationHelpers#spree_logout_path
is defined at both lib/spree/authentication_helpers.rb:31 and lib/spree/authentication_helpers.rb:71. 12 spec/requests/current_order_tracking_spec.rb93: Lint/ConstantDefinitionInBlock: Do not define constants this way within a block.
j
Though there was some discussion at one point about switching, the project doesn't use standardrb, so it's totally expected that the code wouldn't adhere to standardrb's formatting.