Skip to content

Commit

Permalink
Merge pull request #48 from micwoj92/patch-1
Browse files Browse the repository at this point in the history
 Rename IgnoredMethods to AllowedMethods
  • Loading branch information
mvz committed Nov 29, 2023
2 parents 275fd81 + 7e633eb commit eb1576d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Expand Up @@ -18,7 +18,7 @@ Naming/FileName:
Metrics/BlockLength:
Exclude:
- tasks/*.rake
IgnoredMethods:
AllowedMethods:
- configure
- describe
- context
Expand Down

0 comments on commit eb1576d

Please sign in to comment.