Skip to content

Commit

Permalink
Update .rubocop_shopify_styleguide.yml (#11533)
Browse files Browse the repository at this point in the history
I fixed the assigned issue #11527 by updating the file .rubocop_shopify_styleguide.yml.
I have removed IgnoredMethods: in line 67 and added AllowedMethods:
I have also removed IgnoredMethods: in line 417 and added AllowedMethods:
  • Loading branch information
NadifaHersi committed Oct 23, 2022
1 parent a7f8199 commit b845720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rubocop_shopify_styleguide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Style/BlockDelimiters:
- let!
- subject
- watch
IgnoredMethods:
AllowedMethods:
- lambda
- proc
- it
Expand Down Expand Up @@ -415,7 +415,7 @@ Layout/SpaceInsideStringInterpolation:
- no_space

Style/SymbolProc:
IgnoredMethods:
AllowedMethods:
- respond_to
- define_method

Expand Down

0 comments on commit b845720

Please sign in to comment.